Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2005, 2:44:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: still a strange bug in the TYPE-case of the resource manager…
temporarily fixed the importer

File:
1 edited

Legend:

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

    r4649 r4653  
    3232  ResourceManager::getInstance()->addImageDir("./");
    3333
     34  for (int i = 0; i < argc; i++)
     35  {
     36    printf("%s\n", argv[i]);
     37  }
     38  ResourceManager::getInstance()->addImageDir("");
     39
     40
    3441  if (argc>=3)
    3542    obj = new OBJModel (argv[1], atof(argv[2]));
     
    3845  else
    3946    obj = new PrimitiveModel(PRIM_CYLINDER);
     47
     48  ResourceManager::getInstance()->debug();
    4049
    4150  LightManager* lightMan = LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.