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. | |
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.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.