7 #ifndef QTOPENGL_EYEBOT_H
8 #define QTOPENGL_EYEBOT_H
11 class CQTOpenGLEyeBot;
37 void SetLEDMaterial(GLfloat f_red, GLfloat f_green, GLfloat f_blue);
66 GLuint m_unSideLEDList;
69 GLuint m_unBottomLEDList;
75 GLfloat m_fLEDAngleSlice;
The namespace containing all the ARGoS related code.
void SetBodyMaterial()
Sets a shiny gray material.
void DrawBody()
The eye-bot body.
void DrawBottomLED()
A single LED of the bottom ring.
virtual ~CQTOpenGLEyeBot()
void DrawSideLED()
A single LED of the side ring.
virtual void Draw(CEyeBotEntity &c_entity)
void MakeLeg()
An eye-bot leg.
void SetLEDMaterial(GLfloat f_red, GLfloat f_green, GLfloat f_blue)
Sets a colored LED material.