Properties
alphaTest
alphaTest: number
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
dotType
dotType: "" | "sphere" | "point"
edgeBleach
edgeBleach: number
flatShaded
flatShaded: boolean
forceTransparent
forceTransparent: boolean
interiorColor
interiorColor: Color
interiorDarkening
interiorDarkening: number
metalness
metalness: number
openEnded
openEnded: boolean
pointSize
pointSize: number
radialSegments
radialSegments: number
radiusType
radiusType: "" | "value" | "abs-value" | "value-min" | "deviation" | "size" | "radius"
roughness
roughness: number
sizeAttenuation
sizeAttenuation: boolean
sortParticles
sortParticles: boolean
sphereDetail
sphereDetail: number
thresholdMax
thresholdMax: number
thresholdMin
thresholdMin: number
thresholdOut
thresholdOut: boolean
thresholdType
thresholdType: "value" | "value" | "sigma" | "sigma"
useInteriorColor
useInteriorColor: boolean
useTexture
useTexture: boolean
wireframe
wireframe: boolean
Dot representation parameter object. Extends RepresentationParameters
{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.
{Number} thresholdOut - Show only values falling outside of the treshold minumum and maximum. For volume data only.