Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2005, 1:11:36 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor changes at model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/objModel.cc

    r3910 r3911  
    3838  this->importFile (fileName);
    3939
    40   this->importToGL ();
    41 
    42   this->cleanup();
     40  this->finalize();
    4341}
    4442
     
    211209  char buffer[PARSELINELENGTH];
    212210  Material* tmpMat = material;
     211
    213212  while(fgets(buffer, PARSELINELENGTH, stream))
    214213    {
Note: See TracChangeset for help on using the changeset viewer.