7 #ifndef QTOPENGL_EPUCK_H 
    8 #define QTOPENGL_EPUCK_H 
   64       GLuint m_unChassisList;
 
   77       GLfloat m_fLEDAngleSlice;
 
void RenderWheel()
Renders a wheel. 
 
void RenderLED()
A single LED of the ring. 
 
void SetRedPlasticMaterial()
Sets a red plastic material. 
 
virtual ~CQTOpenGLEPuck()
 
void SetLEDMaterial(GLfloat f_red, GLfloat f_green, GLfloat f_blue)
Sets a colored LED material. 
 
void SetCircuitBoardMaterial()
Sets a circuit board material. 
 
void RenderBody()
Renders the body. 
 
virtual void Draw(CEPuckEntity &c_entity)
 
void SetGreenPlasticMaterial()
Sets a green plastic material. 
 
void RenderChassis()
Renders the chassis. 
 
The namespace containing all the ARGoS related code.