Changeset 6914 in orxonox.OLD for branches/current_cd/src
- Timestamp:
- Jan 31, 2006, 9:30:33 PM (19 years ago)
- Location:
- branches/current_cd/src/subprojects/collision_detection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/current_cd/src/subprojects/collision_detection/collision_detection.cc
r6909 r6914 95 95 // entityList->add(b); 96 96 97 CDEngine::getInstance()->setEntityList(entityList);97 //CDEngine::getInstance()->setEntityList(entityList); 98 98 99 99 LightManager* lightMan = LightManager::getInstance(); … … 232 232 { 233 233 234 CDEngine::getInstance()->checkCollisions();234 // CDEngine::getInstance()->checkCollisions(); 235 235 236 236 -
branches/current_cd/src/subprojects/collision_detection/collision_test_entity.cc
r6512 r6914 96 96 glMultMatrixf((float*)matrix); 97 97 98 this->model->draw();98 WorldEntity::draw(); 99 99 100 100 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.