Click or drag to resize
SoVolumeRenderopacityCorrection Property

Controls whether opacity correction is done.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool opacityCorrection { get; }

Property Value

Type: SoSFBool
Remarks

If true, opacity is automatically adjusted to give similar appearance no matter how many samples are used. If false, opacity is not corrected and increasing the number of samples will increase the opacity. Default is true.

Generally this field should always be set to true.

Note Note

Field available since Open Inventor 8.1

See Also