jubilant-funicular
|
represents what is essentially a sprite More...
#include <SpriteBatch.h>
Public Member Functions | |
Glyph (crvec4 posRect, crvec4 uvRect, GLuint texture, float d, crvec4 color) | |
Glyph (crvec4 posRect, crvec4 uvRect, GLuint tex, float d, crvec4 col, float angle) | |
Public Attributes | |
GLuint | textureID |
the texture used by the glyph | |
float | depth |
the depth of the glyph | |
Vertex2D | topLeft |
the vertices of the four corners of the glyph | |
Vertex2D | topRight |
Vertex2D | botRight |
Vertex2D | botLeft |
represents what is essentially a sprite
Definition at line 13 of file SpriteBatch.h.
|
inline |
Definition at line 34 of file SpriteBatch.h.