Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2005, 12:58:50 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: importer: having color again

File:
1 edited

Legend:

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

    r3909 r3910  
    522522   \param matString the Material that will be set.
    523523*/
    524 bool Model::addUseMtl (const char* matString)
     524bool Model::addUseMtl(const char* matString)
    525525{
    526526  if (this->currentGroup->faceCount > 0)
     
    538538   \param mtl the Material that will be set.
    539539*/
    540 bool Model::addUseMtl (Material* mtl)
     540bool Model::addUseMtl(Material* mtl)
    541541{
    542542  if (this->currentGroup->faceCount > 0)
Note: See TracChangeset for help on using the changeset viewer.