Spinning Topp Logo BlackTopp Studios
inc
Public Attributes | List of all members
Mezzanine::UI::Vertex Struct Reference

Basic class describing a vertex in the UI to be rendered. More...

#include <vertex.h>

+ Collaboration diagram for Mezzanine::UI::Vertex:

Public Attributes

ColourValue Colour
 The colour of the vertex.
 
Vector3 Position
 The 3D position of this vertex for placement in front of the frustrum.
 
Vector2 UV
 The UV position (or texture coordinates) of this vertex if a texture is being applied to it.
 

Detailed Description

Basic class describing a vertex in the UI to be rendered.

This is a very low level class used internally by most UI classes. The values here should never need to be tempered with.

Definition at line 53 of file vertex.h.


The documentation for this struct was generated from the following file: