Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2005, 10:30:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: windowName defineable by the GraphicsEngine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc

    r4618 r4619  
    3131{
    3232  CDEngine::getInstance();
    33   CDEngine::getInstance()->debug();
     33  //CDEngine::getInstance()->debug();
    3434
    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);
    3838
    3939  LightManager* lightMan = LightManager::getInstance();
     
    7070  LightManager::getInstance()->draw();
    7171
    72   //model->draw();
     72  model->draw();
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.