Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: importer: functionality improvement

File:
1 edited

Legend:

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

    r3911 r3913  
    153153      else if (!strncmp(buffer, "usemtl ", 7))
    154154        {
    155           this->addUseMtl (buffer+7);
     155          this->setMaterial (buffer+7);
    156156        }
    157157
     
    222222        {
    223223          tmpMat = tmpMat->addMaterial(buffer+7);
    224           //      PRINTF(2)("%s, %p\n", tmpMat->getName(), tmpMat);
    225224        }
    226225      // setting a illumMode
Note: See TracChangeset for help on using the changeset viewer.