Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SurfaceRepresentationParameters

Surface representation parameter object. Extends RepresentationParameters

property

{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.

property

{Float} isolevel - The value at which to create the isosurface. For volume data only.

property

{Boolean} negateIsolevel - For volume data only.

property

{Boolean} isolevelScroll - For volume data only

property

{Integer} smooth - How many iterations of laplacian smoothing after surface triangulation. For volume data only.

property

{Boolean} background - Render the surface in the background, unlit.

property

{Boolean} opaqueBack - Render the back-faces (where normals point away from the camera) of the surface opaque, ignoring the transparency parameter.

property

{Integer} boxSize - Size of the box to triangulate volume data in. Set to zero to triangulate the whole volume. For volume data only.

property

{Boolean} useWorker - Weather or not to triangulate the volume asynchronously in a Web Worker. For volume data only.

property

{Boolean} wrap - Wrap volume data around the edges; use in conjuction with boxSize but not larger than the volume dimension. For volume data only.

Hierarchy

Indexable

[key: string]: any

Surface representation parameter object. Extends RepresentationParameters

property

{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.

property

{Float} isolevel - The value at which to create the isosurface. For volume data only.

property

{Boolean} negateIsolevel - For volume data only.

property

{Boolean} isolevelScroll - For volume data only

property

{Integer} smooth - How many iterations of laplacian smoothing after surface triangulation. For volume data only.

property

{Boolean} background - Render the surface in the background, unlit.

property

{Boolean} opaqueBack - Render the back-faces (where normals point away from the camera) of the surface opaque, ignoring the transparency parameter.

property

{Integer} boxSize - Size of the box to triangulate volume data in. Set to zero to triangulate the whole volume. For volume data only.

property

{Boolean} useWorker - Weather or not to triangulate the volume asynchronously in a Web Worker. For volume data only.

property

{Boolean} wrap - Wrap volume data around the edges; use in conjuction with boxSize but not larger than the volume dimension. For volume data only.

Index

Properties

background

background: boolean

boxSize

boxSize: number

clipCenter

clipCenter: Vector3

clipNear

clipNear: number

clipRadius

clipRadius: number

color

color: number | string | Color

colorDomain

colorDomain: number[]

colorMode

colorMode: ColorMode

colorReverse

colorReverse: boolean

colorScale

colorScale: string | number[]

colorScheme

colorScheme: string

colorValue

colorValue: number

depthWrite

depthWrite: boolean

diffuse

diffuse: Color

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"

lazy

lazy: boolean

matrix

matrix: Matrix4

metalness

metalness: number

name

name: string

opacity

opacity: number

opaqueBack

opaqueBack: boolean

openEnded

openEnded: boolean

quality

quality: string

radialSegments

radialSegments: number

roughness

roughness: number

side

smooth

smooth: number

sphereDetail

sphereDetail: number

useInteriorColor

useInteriorColor: boolean

useWorker

useWorker: boolean

visible

visible: boolean

wireframe

wireframe: boolean

wrap

wrap: boolean

Generated using TypeDoc