OptionalcolorOptionalcolormapColormap used when color === null. Default viridis.
OptionalidSceneModel id. Default "volumeIsosurface".
OptionalisovalueScalar value the iso-surface tracks. Mesh contains the set
{ p ∈ R³ : grid(p) = isovalue }.
Defaults to the midpoint of the grid's value range.
OptionalopacitySurface opacity. Default 0.85.
OptionalrangeValue range mapped to the colormap. Default grid.valueRange
or the data-driven min/max when unset.
Surface colour. Default
null— sample the colormap at the isovalue's normalised position (the colour that pixel would have on a slice through the same field). Pass an explicit[r, g, b]to override.