A mesh describes a 3D surface made of Vertices connected by Faces. More...
Public Member Functions | |
| MolaMesh () | |
| Create a MolaMesh. | |
| MolaMesh | Copy () |
| Make a copy of this MolaMesh. | |
| int | FacesCount () |
| Get the face count of this MolaMesh. | |
| int | VertexCount () |
| Get the vertex count of this MolaMesh. | |
Properties | |
| List< Color > | Colors [get, set] |
| A list of Mola Colors. | |
| List< int[]> | Faces [get, set] |
| A list of faces. | |
| List< Vec3 > | Vertices [get, set] |
| A list of Mola Vec3. | |
A mesh describes a 3D surface made of Vertices connected by Faces.
|
inline |
|
inline |
Make a copy of this MolaMesh.
|
inline |
Get the face count of this MolaMesh.
|
inline |
Get the vertex count of this MolaMesh.