SoVolumeRenderLowResModes Enumeration |
Method to use when moving in low resolution.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
DECREASE_NONE | 1 | No low resolution mode when moving. | |
DECREASE_SLICES | 2 | Decrease the number of samples according to OIV.Inventor.Nodes.SoComplexity.value when moving. It has no effect if OIV.VolumeViz.Nodes.SoVolumeRender.numSlicesControl is set to AUTOMATIC because this mode always uses the OIV.Inventor.Nodes.SoComplexity node to compute the number of samples to draw. | |
DECREASE_SCREEN_RESOLUTION | 4 | Downscale the screen resolution of the volume when moving by the factor defined in OIV.VolumeViz.Nodes.SoVolumeRender.lowScreenResolutionScale. |
Used with OIV.VolumeViz.Nodes.SoVolumeRender.lowResMode field.