OptionalcolorOptionalcolormapColormap used when color === null. Default viridis.
OptionaldoubleWhen true, emits a reversed copy of every triangle so the iso-surface remains visible from inside and outside, including transparent render passes that enable backface culling.
Default true.
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
nullsamples 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.