27 #ifndef _CEGUIVertex_h_ 28 #define _CEGUIVertex_h_ 30 #include "CEGUI/Vector.h" 31 #include "CEGUI/Colour.h" 41 public AllocatedObject<Vertex>
53 #endif // end of guard _CEGUIVertex_h_ Vector3f position
Position of the vertex in 3D space.
Definition: cegui/include/CEGUI/Vertex.h:44
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Vector2f tex_coords
Texture co-ords to be applied to the vertex.
Definition: cegui/include/CEGUI/Vertex.h:46
Colour colour_val
colour to be applied to the vertex.
Definition: cegui/include/CEGUI/Vertex.h:48