Click or drag to resize
SoVolumeClippingGroupnumPasses Property

Number of passes used to do the clipping.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 numPasses { get; }

Property Value

Type: SoSFInt32
Remarks

Increasing this number increases the image quality but decreases performance. Default is 2 and maximum is OIV.VolumeViz.Nodes.SoVolumeClippingGroup.GetMaxNumPasses().

See Also