3rd Eye Scene C#
3rd Eye Scene C# documentation
Tes::Handlers::Shape3D::MeshHandler::MeshDataComponent Class Reference

Tracks support data for mesh shapes. More...

List of all members.

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?

Detailed Description

Tracks support data for mesh shapes.


Member Data Documentation

Do we need to calculate normals?

Requires MeshDrawType.Triangles and MeshShapeFlag.CalculateNormals.

Mesh indices.

Sequential indices into Vertices when no explicit Indices are provided.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events