13 #include <drawstuff/drawstuff.h>
19 #include <OpenGL/gl.h>
25 class DisplayOpenDESpaces
28 DisplayOpenDESpaces(
void)
30 m_activeColor.r = m_activeColor.g = m_activeColor.b = 0.5;
33 void drawGeom(dGeomID g,
const dReal *pos,
const dReal *R,
int show_aabb);
35 void displaySpace(dSpaceID space);
36 void displaySpaces(
void);
38 void addSpace(dSpaceID space,
float r = 0.75,
float g = 0.75,
float b = 0.75);
41 void setGeomColor(dGeomID geom,
float r,
float g,
float b);
49 std::vector<dSpaceID> m_spaces;
50 std::vector<Color> m_colors;
51 std::map<dGeomID, Color> m_gcolors;