Changeset 8378 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_bar.cc
- Timestamp:
- Jun 14, 2006, 12:31:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_bar.cc
r8145 r8378 46 46 this->setClassID(CL_GLGUI_BAR, "GLGuiBar"); 47 47 48 this->front Material().setDiffuse(1,1,1);48 this->frontColor().setColor(1,1,1); 49 49 50 50 this->setSize2D(50, 10); … … 64 64 GLGuiWidget::draw(); 65 65 66 this->frontMaterial().select();66 //this->frontMaterial().select(); 67 67 glBegin(GL_QUADS); 68 68
Note: See TracChangeset
for help on using the changeset viewer.