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 SoComplexity.value when moving. It has no effect if numSlicesControl is set to AUTOMATIC because this mode always uses the 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 lowScreenResolutionScale. |
Used with lowResMode field.