SoVolumeDataDrawStyleDrawStyles Enumeration |
Volume rendering style.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | Display nothing. | |
VOLUME_RENDER | 1 | Display the volume mask using the associated transfer function. (Default) | |
MASK_BOUNDARY | 2 | Display only the mask boundary, using OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.boundaryMaterial. | |
ISOSURFACE | 4 | Display isosurfaces using OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isovalues and OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isosurfacesMaterial. Note: The isosurfaces are always lighted, regardless of the value of the OIV.VolumeViz.Nodes.SoVolumeRenderingQuality lighting and deferredLighting fields. |
These values may be combined and are used in the OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.style field.