Isosurface style specification
Extends
Members
ColorSpec
|
Array
# color Optional
Either a single color for the whole object or an array specifying the color at each vertex (CustomShapeSpec
).
- Inherited From:
Array
# coords Optional
coordinates around which to include data; use viewer.selectedAtoms() to convert an AtomSelectionSpec to coordinates
number
# linewidth Optional
width of line for wireframe rendering No longer supported by most browsers
- Inherited From:
VolumeData
# voldata Optional
volumetric data for vertex coloring, can be VolumeData object or raw data if volformat is specified
GradientType
# volscheme Optional
coloring scheme for mapping volumetric data to vertex color, if not a Gradient object, show describe a builtin gradient one by providing an object with gradient, min, max, and (optionally) mid fields.