|
3rd Eye Scene C#
3rd Eye Scene C# documentation
|
Tracks support data for mesh shapes. More...
Public Attributes | |
| Vector3[] | Vertices |
| Mesh vertices. | |
| Vector3[] | Normals |
| Mesh normals. | |
| int[] | Indices |
| Mesh indices. | |
| MeshDrawType | DrawType |
| Defines how to draw Vertices using Indices. | |
| bool | CalculateNormals |
| Do we need to calculate normals? | |
Tracks support data for mesh shapes.
Do we need to calculate normals?
Requires MeshDrawType.Triangles and MeshShapeFlag.CalculateNormals.
Mesh indices.
Sequential indices into Vertices when no explicit Indices are provided.