Properties
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
dimension
dimension: "x" | "y" | "z"
disableImpostor
disableImpostor: boolean
disablePicking
disablePicking: boolean
filter
filter: "nearest" | "linear" | "cubic-bspline" | "cubic-catmulrom" | "cubic-mitchell"
flatShaded
flatShaded: boolean
interiorColor
interiorColor: Color
interiorDarkening
interiorDarkening: number
metalness
metalness: number
normalize
normalize: boolean
openEnded
openEnded: boolean
position
position: number
positionType
positionType: "percent" | "coordinate"
radialSegments
radialSegments: number
roughness
roughness: number
sphereDetail
sphereDetail: number
thresholdMax
thresholdMax: number
thresholdMin
thresholdMin: number
thresholdType
thresholdType: "value" | "sigma"
useInteriorColor
useInteriorColor: boolean
wireframe
wireframe: boolean
Slice representation parameter object. Extends RepresentationParameters
{String} filter - filter applied to map the volume data on the slice, one of "nearest", "linear", "cubic-bspline", "cubic-catmulrom", "cubic-mitchell".
{String} positionType - Meaning of the position value. Either "percent" od "coordinate".
{Number} position - position of the slice.
{String} dimension - one of "x", "y" or "z"
{String} thresholdType - Meaning of the threshold values. Either value for the literal value or sigma as a factor of the sigma of the data. For volume data only.
{Number} thresholdMin - Minimum value to be displayed. For volume data only.
{Number} thresholdMax - Maximum value to be displayed. For volume data only.
{Boolean} normalize - Flag indicating wheather to normalize the data in a slice when coloring.