Click or drag to resize
SoVolumeRenderingQuality.boundaryOpacity Property

Enable boundary opacity.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFBool boundaryOpacity { get; }

Property Value

Type: SoSFBool
Remarks

If true, increases boundary opacity based on the gradient magnitude. Default is false.

This effect has a significant performance penalty.

OIV.VolumeViz.Nodes.SoVolumeRender.m_subdivideTile will be disabled if set to true. NOTE: field available since Open Inventor 7.0

See Also