Changeset 5376 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- Oct 13, 2005, 2:11:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text.cc
r5370 r5376 235 235 glBindTexture(GL_TEXTURE_2D, Font::getDefaultFont()->getFastTextureID()); 236 236 } 237 glTranslatef(getAbsCoor2D().x, getAbsCoor2D().y, 0);238 // glRotatef(this->getAbsDir2D(), 0,0,1);239 237 const char* tmpText = this->externText; 240 238 if (this->externText == NULL) … … 242 240 if (likely(tmpText != NULL)) 243 241 { 242 glTranslatef(getAbsCoor2D().x, getAbsCoor2D().y, 0); 243 glRotatef(this->getAbsDir2D(), 0,0,1); 244 244 Glyph* tmpGlyph; 245 245 float posX = 0.0f;
Note: See TracChangeset
for help on using the changeset viewer.