Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5488 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Nov 4, 2005, 5:28:42 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk/src/lib/cd: woking on the jacobi matrix decomposition algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5480 r5488  
    242242  EventHandler::getInstance()->subscribe(GraphicsEngine::getInstance(), ES_ALL, EV_VIDEO_RESIZE);
    243243
    244 
    245244  return 0;
    246245}
     
    268267  PRINT(3)("initializing ResourceManager\n");
    269268
     269  // init the resource manager
    270270  const char* dataPath;
    271271  if ((dataPath = this->iniParser->getVar(CONFIG_NAME_DATADIR, CONFIG_SECTION_DATA))!= NULL)
     
    296296  delete[] imageDir;
    297297
     298  // start the collision detection engine
    298299  CDEngine::getInstance();
    299300  return 0;
     
    429430  Orxonox *orx = Orxonox::getInstance();
    430431
    431   if((*orx).init(argc, argv) == -1)
     432  if(orx->init(argc, argv) == -1)
    432433    {
    433434      PRINTF(1)("! Orxonox initialization failed\n");
Note: See TracChangeset for help on using the changeset viewer.