Changeset 3910 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.cc
- Timestamp:
- Apr 21, 2005, 12:58:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.cc
r3909 r3910 522 522 \param matString the Material that will be set. 523 523 */ 524 bool Model::addUseMtl 524 bool Model::addUseMtl(const char* matString) 525 525 { 526 526 if (this->currentGroup->faceCount > 0) … … 538 538 \param mtl the Material that will be set. 539 539 */ 540 bool Model::addUseMtl 540 bool Model::addUseMtl(Material* mtl) 541 541 { 542 542 if (this->currentGroup->faceCount > 0)
Note: See TracChangeset
for help on using the changeset viewer.