Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2005, 11:30:58 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: fight for a working lin alg jacobi decomposition algorithm.

File:
1 edited

Legend:

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

    r4622 r4626  
    3535  model = new MD2Model("models/tris.md2", "models/tris.pcx");
    3636  model->tick(0.1f);
    37   CDEngine::getInstance()->debugSpawnTree(1, model->data->pVertices, model->data->numVertices);
     37  CDEngine::getInstance()->debugSpawnTree(10, model->data->pVertices, model->data->numVertices);
     38
    3839
    3940  LightManager* lightMan = LightManager::getInstance();
     
    8788void Framework::moduleInitGui(int argc, char** argv)
    8889{
    89 //   Window* guiMainWindow = NULL;
    90 //
    91 //   initGUI(0, NULL);
    92 //
    93 //   guiMainWindow = new Window("Collision_detection");
    94 //   {
    95 //     // all the Widgets you need
    96 //   }
    97 //   Window::mainWindow->showall();
    98 //   Window::mainWindow->setSize(300, 500);
     90  Window* guiMainWindow = NULL;
     91
     92  initGUI(0, NULL);
     93
     94  guiMainWindow = new Window("Collision_detection");
     95  {
     96    //all the Widgets you need
     97  }
     98  Window::mainWindow->showall();
     99  Window::mainWindow->setSize(300, 500);
    99100}
Note: See TracChangeset for help on using the changeset viewer.