VertexData struct. More...
Public Attributes | |
| Vector3[] | Vertices |
| vertex data | |
| Color[] | Colors |
| colormap data | |
| Vector2[] | UVs |
| UV coords | |
| int[] | Triangles |
| triangle (or index) data | |
VertexData struct.
It has members: Vertices, Colors, UVs, and Triangles (or Indices) arrays.