Click or drag to resize
SoVolumeRenderLowResModes Enumeration

Method to use when moving in low resolution.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[FlagsAttribute]
public enum LowResModes
Members
  Member nameValueDescription
DECREASE_NONE1

No low resolution mode when moving.

DECREASE_SLICES2

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_RESOLUTION4

Downscale the screen resolution of the volume when moving by the factor defined in lowScreenResolutionScale.

Remarks

Used with lowResMode field.

See Also