Voxel Isosurface Style

The isosurface style describes the value and coloring of the isosurface. For example, for a given variable temperature you can define up to four isosurfaces based on a temperature value.

Referenced by: Voxel Variable Style

Properties

Property Details
color Color is represented as a three or four-element array.
colorLocked If false the isosurface color is automatically updated when the variable's colorStops are modified.
enabled Determines if the isosurface should be shown or hidden.
label Label for the isosurface.
value Value of the variable.

Example

{
  "color": [
    242,
    203,
    36,
    255
  ],
  "value": 1634.2
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.