Module genmesh::generators
[−]
[src]
a collection of utilties that can be used to build meshes programmatically
Structs
| Cube |
A perfect cube, centered at (0, 0, 0) with each face starting at 1/-1 away from the origin |
| IndexedPolygonIterator |
An iterator that yields the indices of the mesh |
| Plane |
Represents a 2D plane with origin of (0, 0), from 1 to -1 |
| SharedVertexIterator |
An iterator that yields the shared vertices of the mesh |
| SphereUV |
Represents a sphere with radius of 1, centered at (0, 0, 0) |
Traits
| IndexedPolygon |
The |
| SharedVertex |
The |