Changeset 4718 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- Jun 27, 2005, 2:02:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4717 r4718 83 83 //c = new Terrain(); 84 84 85 b->setRelCoor(0.0, 0.0, -1 0.0);86 //b->setRelDir(Quaternion(-M_PI/2.0f, Vector(0.0, 1.0, 0.0)));85 b->setRelCoor(0.0, 0.0, -15.0); 86 b->setRelDir(Quaternion(-M_PI/2.0f, Vector(0.0, 1.0, 0.0))); 87 87 88 88 entityList->add(a); … … 231 231 232 232 233 //b->shiftCoor(Vector(0.0, 0.0, iterata));233 b->shiftCoor(Vector(0.0, 0.0, iterata)); 234 234 235 235 … … 238 238 while( entity != NULL) 239 239 { 240 entity->tick(dt);240 //entity->tick(dt); 241 241 entity = iterator->nextElement(); 242 242 } … … 247 247 void Framework::moduleDraw() const 248 248 { 249 CDEngine::getInstance()->debugDraw(depth, drawMode);249 //CDEngine::getInstance()->debugDraw(depth, drawMode); 250 250 251 251 tIterator<WorldEntity>* iterator = entityList->getIterator();
Note: See TracChangeset
for help on using the changeset viewer.