| Interface | Description | |
|---|---|---|
| ITriangleClipper | The ITriangleClipper interface is implemented by classes that generate new triangles by clipping a triangle to a 3D geometry, such as a Plane or a ViewFrustum. |
| Class | Description | |
|---|---|---|
| FrustumClipper | The FrustumClipper class clips triangle polygons to a view frustum and discards the ones outside of it. | |
| PlaneClipper | The PlaneClipper class clips triangle polygons to a plane and discards the ones on the negative side of it. | |
| SimpleNearClipper | The SimpleNearClipper class clips triangle polygons to a near plane and discards objects that are on the negative side of it. |