Click or drag to resize
SoVolumeRenderingQualityedgeColoring Property

Enable edge coloring.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
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 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 edgeColor. Default is false. NOTE: field available since Open Inventor 7.0

See Also