| Class | Description |
|---|---|
| Plane |
A
Shape implementation that implements a plane. |
| Sphere |
A
Shape implementation that implements a sphere. |
| Terrain |
A
Shape implementation that implements a noise-based terrain. |
| Triangle |
A
Shape implementation that implements a triangle. |
| Triangle.Vertex |
A
Vertex represents a vertex in a Triangle. |
| TriangleMesh |
A
TriangleMesh represents a triangle mesh. |
Shape implementations.
The Shapes that are currently supported are the following:
Plane - An implementation of a plane.Sphere - An implementation of a sphere.Terrain - An implementation of a noise-based terrain.Triangle - An implementation of a triangle.TriangleMesh - An implementation of a triangle mesh.