Changeset 8081 in orxonox.OLD for branches/bsp_model/src/world_entities/terrain.cc
- Timestamp:
- Jun 1, 2006, 4:42:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/terrain.cc
r7352 r8081 117 117 118 118 this->bspManager = new BspManager(); 119 this->bspManager->load("test.bsp", 0.4); 119 120 //this->loadTexture("maps/wall1.jpeg"); 120 121 } … … 208 209 // Vector tmpRot = this->getAbsDir().getSpacialAxis(); 209 210 //glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z ); 210 /* 211 211 212 if (this->objectList) 212 213 glCallList(this->objectList); … … 226 227 } 227 228 228 */ 229 230 this->bspManager->draw();229 230 231 // this->bspManager->draw(); 231 232 glPopMatrix(); 232 233
Note: See TracChangeset
for help on using the changeset viewer.