| Class | Description |
|---|---|
| MeshBase |
Abstract class which represents a Mesh, ie an array of vertices (rendered as a TRIANGLE_STRIP).
|
| MeshCubes |
Create a 3D grid composed of Cubes.
|
| MeshFile |
Read a file in our mesh format, 'dmesh' and create a Mesh from that.
|
| MeshJoined |
Create a Mesh which is a union of several simpler Meshes.
|
| MeshPolygon |
Create a polygon of any shape and varying elevations from the edges towards the center.
|
| MeshQuad |
Create a quad, i.e.
|
| MeshSphere |
Create a Mesh which approximates a sphere.
|
| MeshSquare |
Create a flat, rectangular grid.
|
| MeshTriangle |
Create a Mesh which approximates a triangle with vertices at (-0.5,-0.5),(+0.5,-0.5),(0.0,0.5)
|