Click or drag to resize
AB4D logo

DXHitTestOptionsReportAllHitTrianglesWhenEdgeIsHit Property

When an edge of a triangle is hit, then by default (ReportAllHitTrianglesWhenEdgeIsHit is false) only one hit result is generated. But when ReportAllHitTrianglesWhenEdgeIsHit is true, then two hit results will be reported when two triangles share the same edge.

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

Property Value

Boolean
See Also