Changeset 4619 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
 - Jun 13, 2005, 10:30:08 AM (20 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4618 r4619 31 31 { 32 32 CDEngine::getInstance(); 33 CDEngine::getInstance()->debug();33 //CDEngine::getInstance()->debug(); 34 34 35 //model = new MD2Model("models/tris.md2", "models/tris.pcx");36 //model->tick(0.1f);37 //CDEngine::getInstance()->debugSpawnTree(2, model->data->pVertices, model->data->numVertices);35 model = new MD2Model("models/tris.md2", "models/tris.pcx"); 36 model->tick(0.1f); 37 CDEngine::getInstance()->debugSpawnTree(1, model->data->pVertices, model->data->numVertices); 38 38 39 39 LightManager* lightMan = LightManager::getInstance(); … … 70 70 LightManager::getInstance()->draw(); 71 71 72 //model->draw();72 model->draw(); 73 73 } 74 74  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






