IndexedTriangleMesh
is a CPU-based mesh representation which is amenable to geometric algorithms such as clipping against an oriented plane.
Provided functions to generate a variety of 2D and 3D mesh shapes, e.g.
Some of these produce a mesh that has already been uploaded to the GPU, and others produce an IndexedTriangleMesh
which can be processed further before uploading.