27 #ifndef _CEGUIVertex_h_
28 #define _CEGUIVertex_h_
30 #include "CEGUI/Vector.h"
31 #include "CEGUI/Colour.h"
53 #endif // end of guard _CEGUIVertex_h_
Vector3f position
Position of the vertex in 3D space.
Definition: Vertex.h:44
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
structure that is used to hold details of a single vertex in 3D space.
Definition: Vertex.h:40
Vector2f tex_coords
Texture co-ords to be applied to the vertex.
Definition: Vertex.h:46
Class representing colour values within the system.
Definition: Colour.h:44
Colour colour_val
colour to be applied to the vertex.
Definition: Vertex.h:48