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: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBitMask<SoVolumeRenderingQualityEdgeDetect2DMethods> edgeDetect2DMethod { get; }

Property Value

Type: SoSFBitMaskSoVolumeRenderingQualityEdgeDetect2DMethods
Remarks

Specifies the edge detection algorithm used when 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 EdgeDetect2DMethod. Default is LUMINANCE and GRADIENT. NOTE: field available since Open Inventor 8.1

See Also