Changeset 10490 in orxonox.OLD for branches/blink/src/world_entities/effects/billboard.cc
- Timestamp:
- Jan 30, 2007, 12:52:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blink/src/world_entities/effects/billboard.cc
r10433 r10490 152 152 // changes the color of the texture (if any is set) 153 153 if(this->texColor != NULL) 154 glColor4ub((GLubyte) this->texColor->r()*255, (GLubyte)this->texColor->g()*255, (GLubyte)this->texColor->b()*255, (GLubyte)(this->texColor->a()*255));154 glColor4ub((GLubyte)(this->texColor->r()*255.0f), (GLubyte)(this->texColor->g()*255.0f), (GLubyte)(this->texColor->b()*255.0f), (GLubyte)(this->texColor->a()*255)); 155 155 156 156 glBegin(GL_QUADS);
Note: See TracChangeset
for help on using the changeset viewer.