Click or drag to resize
SoVolumeRenderingQualityvoxelOutlineThreshold Property

When OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.voxelOutline is true, this threshold specifies the minimum size of a voxel, in screen pixels, for the voxel outline to be visible.

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

Property Value

Type: SoSFFloat
Remarks

Default is 2, meaning that outline is visible only if a single voxel is bigger than 2 screen pixels.

Note Note

Field available since Open Inventor 9.2

See Also