Crazy Eddies GUI System  0.7.2
Public Attributes | List of all members
CEGUI::Vertex Struct Reference

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

+ Collaboration diagram for CEGUI::Vertex:

Public Attributes

Vector3 position
 Position of the vertex in 3D space.
 
Vector2 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.