Click or drag to resize
SoVolumeRenderingSetDelayedRendering Method

Note: This API is now obsolete.

Sets the delayedRendering flag.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. This is now automaticaly done only if necessary.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetDelayedRendering(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is false. When this flag is true , VolumeViz drawing nodes (e.g., OIV.VolumeViz.Nodes.SoOrthoSlice) are rendered in a delayed pass (until after all opaque objects) and/or sorted according to the current transparency type (see OIV.Inventor.Actions.SoGLRenderAction). This may result in a more correct image if there is opaque geometry intersecting the volume. However delayed/sorted rendering may slightly decrease performance. This flag may also be set using the IVVR_DELAY_RENDER environment variable.

Caution note Caution

Obsolete since Open Inventor 9000. This is now automaticaly done only if necessary.

See Also