Crazy Eddie's GUI System  0.8.6
CEGUI::Vertex Struct Reference

structure that is used to hold details of a single vertex in 3D space. More...

+ Inheritance diagram for CEGUI::Vertex:
+ Collaboration diagram for CEGUI::Vertex:

Public Attributes

Vector3f position
 Position of the vertex in 3D space.
 
Vector2f tex_coords
 Texture co-ords to be applied to the vertex.
 
Colour colour_val
 colour to be applied to the vertex.
 

Detailed Description

structure that is used to hold details of a single vertex in 3D space.