Click or drag to resize
SoVolumeRenderingQualityedgeDetect2DMethod Property

Method used for 2D edge detection.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBitMask<SoVolumeRenderingQualityEdgeDetect2DMethods> edgeDetect2DMethod { get; }

Property Value

Type: SoSFBitMaskSoVolumeRenderingQualityEdgeDetect2DMethods
Remarks

Specifies the edge detection algorithm used when OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.edgeDetect2D is true. Edge detection can work on the image luminance, depth buffer and/or gradient. For example, gradients may be too noisy to give interesting edges and may be ignored with this field. The gradient method is also the slowest (luminance being the fastest) because it needs more texture fetchs. See OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.EdgeDetect2DMethods. Default is LUMINANCE and GRADIENT.

Note Note

Field available since Open Inventor 8.1

See Also