Click or drag to resize
SoVolumeRenderingQualityedgeColoring Property

Enable edge coloring.

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

Property Value

Type: SoSFBool
Remarks

If true, changes the color based on the gradient direction (normal). Edges will be highlighted with the color specified in OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.edgeColor. Areas where the normal (computed from the gradient) is facing the camera will have an unmodified color, whereas areas where the normal is more perpendicular to the view direction will tend towards OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.edgeColor. Default is false.

Note Note

Field available since Open Inventor 7.0

See Also