| Class | Description |
|---|---|
| CustomModel |
A Model where the render method has no specific definition, except that it's a method.
|
| Face |
A face is defined as at least 3 vertices joined together.
|
| MeshModel |
A vertex model takes faces, which contain vertices and draws them.
|
| Model |
A model is a 3D object capable of taking transformations.
|
| ModelProvider |
All models must be included in /assets/domain/models/
|
| TechneModelProvider |
A Techne model importer.
|
| Vertex |
A Vertex contains a position and UV data.
|
| WavefrontObjectModelProvider |
A OBJ model importer.
|