Click or drag to resize
SoVolumeRenderingQualityvoxelizedRendering Property

If true, OIV.VolumeViz.Nodes.SoVolumeRender displays voxels as individual cubes.

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

Property Value

Type: SoSFBool
Remarks

Default is false.

Limitations:

  • When using multiple independent volumes (different dimensions or extents) inside a OIV.LDM.Nodes.SoMultiDataSeparator, this feature is not supported. Only the last volume in the scenegraph will be displayed.

    Note Note

    Field available since Open Inventor 9.0

See Also