Click or drag to resize
SoVolumeRenderingQualitygradientThreshold Property

Ignore all gradients with a magnitude less than the specified threshold.

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

Property Value

Type: SoSFFloat
Remarks

Default is 0.0001, meaning that all gradients are used in the lighting computation. Maximum useful value is 1.0, because gradient vectors are normalized. Only affects gradient based lighting (OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.lighting field).

Note Note

Field available since Open Inventor 7.0

See Also