Properties
background
background: boolean
clipCenter
clipCenter: Vector3
clipNear
clipNear: number
clipRadius
clipRadius: number
color
color: number | string | Color
colorDomain
colorDomain: number[]
colorReverse
colorReverse: boolean
colorScale
colorScale: string | number[]
colorScheme
colorScheme: string
colorValue
colorValue: number
depthWrite
depthWrite: boolean
diffuseInterior
diffuseInterior: boolean
disableImpostor
disableImpostor: boolean
disablePicking
disablePicking: boolean
flatShaded
flatShaded: boolean
interiorColor
interiorColor: Color
interiorDarkening
interiorDarkening: number
isolevel
isolevel: number
isolevelType
isolevelType: "value" | "sigma"
metalness
metalness: number
opaqueBack
opaqueBack: boolean
openEnded
openEnded: boolean
radialSegments
radialSegments: number
roughness
roughness: number
sphereDetail
sphereDetail: number
useInteriorColor
useInteriorColor: boolean
useWorker
useWorker: boolean
wireframe
wireframe: boolean
Surface representation parameter object. Extends RepresentationParameters
{String} isolevelType - Meaning of the isolevel value. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.
{Float} isolevel - The value at which to create the isosurface. For volume data only.
{Boolean} negateIsolevel - For volume data only.
{Boolean} isolevelScroll - For volume data only
{Integer} smooth - How many iterations of laplacian smoothing after surface triangulation. For volume data only.
{Boolean} background - Render the surface in the background, unlit.
{Boolean} opaqueBack - Render the back-faces (where normals point away from the camera) of the surface opaque, ignoring the transparency parameter.
{Integer} boxSize - Size of the box to triangulate volume data in. Set to zero to triangulate the whole volume. For volume data only.
{Boolean} useWorker - Weather or not to triangulate the volume asynchronously in a Web Worker. For volume data only.
{Boolean} wrap - Wrap volume data around the edges; use in conjuction with boxSize but not larger than the volume dimension. For volume data only.