Click or drag to resize
SoVolumeRenderingQualitysurfaceScalarExponent Property

If this field is greater than or equal to 1, a surface with a small gradient will be less lighted than a surface with a high gradient.

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

Property Value

Type: SoSFFloat
Remarks

The resulting color is a mix between the lighted voxel color and the non-lighted voxel color (ie: the corresponding entry in the colormap). If the value is less than 1, the field is ignored. Values higher than 256 will apply lighting on almost all surfaces. For most datasets, values between 2 and 16 should be enough. Default is 5. Only affects gradient based lighting (OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.lighting field).

Note Note

Field available since Open Inventor 8.1

See Also