27#ifndef _CEGUIVertex_h_
28#define _CEGUIVertex_h_
30#include "CEGUI/Vector.h"
31#include "CEGUI/Colour.h"
Definition: MemoryAllocatedObject.h:110
Class representing colour values within the system.
Definition: Colour.h:46
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:42
Vector2f tex_coords
Texture co-ords to be applied to the vertex.
Definition: Vertex.h:46
Vector3f position
Position of the vertex in 3D space.
Definition: Vertex.h:44
Colour colour_val
colour to be applied to the vertex.
Definition: Vertex.h:48