Class representing a sub-mesh containing local vertices and triangles. More...
Attributes | |
| Vector3[] | vertices |
| Array of vertices. More... | |
| int[] | triangles |
| Triangles (or faces) contains the index of its three vertices. More... | |
| byte[] | colors |
| Colors of the vertices. More... | |
Class representing a sub-mesh containing local vertices and triangles.
| Vector3 [] vertices |
Array of vertices.
Vertices are defined by a 3D point.
| int [] triangles |
Triangles (or faces) contains the index of its three vertices.
It corresponds to the 3 vertices of the triangle {v1, v2, v3}.
| byte [] colors |
Colors of the vertices.