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: 2024.1.1.0 (2024.1.1)
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 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_RESOLUTION4

Downscale the screen resolution of the volume when moving by the factor defined in OIV.VolumeViz.Nodes.SoVolumeRender.lowScreenResolutionScale.

Remarks
See Also