Click or drag to resize
SoVolumeRenderingQualityvoxelizedRendering Property

If true, SoVolumeRender displays voxels as individual cubes.

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

Property Value

Type: SoSFBool
Remarks

Default is false.

Setting true will force using the raycasting render mode (see SoVolumeShader.raycasting) for volume rendering (but that is the default mode anyway).

NOTE: field available since Open Inventor 9.0

See Also