TriangleSplitFlags Enumeration
Name | Value | Description | |
---|---|---|---|
DiscardBackTriangles | 2 | Do not add triangles back of splitting plane to the result. | |
DiscardFrontTriangles | 4 | Do not add triangles front of clipping plane to the result. | |
None | 0 | ||
PrimaryTrianglesOnly | 1 | Using this flag, the result will only contain triangles that shares an edge with segment p1-p2 in thh original triangle. This will also be the p1-p2 edge in the result triangle. |