Click or drag to resize
AB4D logo

NormalDepthEdgeDetectionPostProcessingNormalThreshold Property

Normal threshold - the value that specifies how big the normal change must be to form an edge. Bigger value requires bigger normal change to define the edge and therefore produce less edges. Default value is 0.3.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float NormalThreshold { get; set; }

Property Value

Single
See Also