Changeset 4516 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- Jun 6, 2005, 1:18:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/text_engine.cc
r4458 r4516 182 182 /** 183 183 \brief draws the Font 184 \todo FIX this is to slow/static185 184 */ 186 185 void Text::draw(void) const … … 214 213 // setting the Blending effects 215 214 glColor4f(1.0f,1.0f,1.0f, this->blending); 216 glBlendFunc(GL_SRC_ALPHA, GL_ONE);215 // glBlendFunc(GL_SRC_ALPHA, GL_ONE); 217 216 218 217 glPushMatrix();
Note: See TracChangeset
for help on using the changeset viewer.