Changeset 10186 in orxonox.OLD for branches/data_fix/src/lib/graphics/importer
- Timestamp:
- Jan 7, 2007, 2:52:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/data_fix/src/lib/graphics/importer/md3/md3_data.cc
r8724 r10186 425 425 std::string path1(tex[i].fileName); 426 426 std::string fullPath( path + path1); 427 this->meshes[mesh]->material[i].setDiffuseMap(/*tex[i].fileName*/ /*fullPath.c_str()*/ " maps/creatures/gork/gorkup.tga");427 this->meshes[mesh]->material[i].setDiffuseMap(/*tex[i].fileName*/ /*fullPath.c_str()*/ "textures/creatures/gork/gorkup.tga"); 428 428 this->meshes[mesh]->material[i].setAmbient(1, 1, 1); 429 429 }
Note: See TracChangeset
for help on using the changeset viewer.