Crazy Eddies GUI System 0.7.5
Public Attributes

CEGUI::Vertex Struct Reference

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

Collaboration diagram for CEGUI::Vertex:

List of all members.

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.