1 #ifndef HEADER_Quad_CLASS
2 #define HEADER_Quad_CLASS
33 bool initialized =
false;
A quadratic plane, centered at (0,0,0) with size 2, faceing z.
Definition: Quad.h:10
Definition: GLProgram.h:11
bool isInitialized() const
Returns true if the model is initialized and ready to draw.
Definition: Quad.cpp:102
void init()
Initializes the model, so it can be drawn.
Definition: Quad.cpp:14
void dispose()
Frees the ressources the model has accquired - only works if the model has been initialized.
Definition: Quad.cpp:106
void draw()
Draws the model - only works if the model has been initialized.
Definition: Quad.cpp:116