Clutter Engine 0.0.1
|
Structure representing a single vertex in a mesh. More...
#include <Mesh.h>
Public Attributes | |
Vector3 | position |
Position of the vertex. | |
Vector3 | normal |
Normal vector at the vertex. | |
Vector2 | texCoord |
Texture coordinate of the vertex. | |
Structure representing a single vertex in a mesh.