Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 10, 2005, 12:06:20 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: skyModel now gets unloaded/loaded for real. There was some danger, when loading a model into a WorldEntity not using the resourceManager. so this should not be done anymore.
maybe i will write a fix to the ResourceManager, enabling it, to also load pointers to user-space-defined Variables… we'll see

File:
1 edited

Legend:

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

    r4135 r4136  
    139139 
    140140  GraphicsEngine::getInstance();
    141 
    142   /*
    143  int i;
    144   for(i = 1; i < this->argc; ++i)
    145     {
    146       if (!strncmp (this->argv[i], "-r", 2))
    147         {
    148           char* tmp = strchr (argv[i], 'x');
    149           //      GraphicsEngine::getInstance()->setResolution(atoi(argv[i]), atoi(tmp+1), 24);
    150         }
    151       else if (!strncmp(this->argv[i], "--resolution=", 13))
    152         {
    153         }
    154     }
    155   */
     141   
    156142  return 0;
    157143}
Note: See TracChangeset for help on using the changeset viewer.