Compositing.hpp
Go to the documentation of this file.
virtual void draw(bool _disableDepthTest=true)=0
Virtal pure function that request the draw of all openGl elements.
virtual void translate(const vec3 &_vect)
translate the current display of this element
Definition: Area.hpp:16
virtual void resetMatrix()
reset to the eye matrix the openGL mouving system
virtual void rotate(const vec3 &_vect, float _angle)
rotate the curent display of this element
virtual void clear()
clear alll tre registered element in the current element
Definition: Compositing.hpp:13
virtual void scale(const vec3 &_vect)
scale the current diaplsy of this element