Changeset 6730 in orxonox.OLD for branches/height_map_merge/src/world_entities
- Timestamp:
- Jan 25, 2006, 6:20:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/height_map_merge/src/world_entities/terrain.cc
r6727 r6730 223 223 224 224 /* translate */ 225 /*glTranslatef (this->getAbsCoor ().x,225 glTranslatef (this->getAbsCoor ().x, 226 226 this->getAbsCoor ().y, 227 227 this->getAbsCoor ().z); 228 */229 228 /* rotate */ 230 229 // Vector tmpRot = this->getAbsDir().getSpacialAxis(); … … 250 249 glPopMatrix(); 251 250 251 252 253 254 252 255 glMatrixMode(GL_MODELVIEW); 253 256 glPushMatrix();
Note: See TracChangeset
for help on using the changeset viewer.