Changeset 8347 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer
- Timestamp:
- Jun 13, 2006, 5:14:58 PM (18 years ago)
- Location:
- branches/bsp_model/src/lib/graphics/importer/md3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/md3/md3_data.cc
r8346 r8347 91 91 if( unlikely(!pFile)) 92 92 { 93 PRINTF(1)("Couldn't open the MD 2File for loading. Exiting.\n");93 PRINTF(1)("Couldn't open the MD3 File for loading. Exiting.\n"); 94 94 return false; 95 95 } … … 155 155 delete [] buffer; 156 156 fclose(pFile); 157 158 return true; 157 159 } 158 160 … … 177 179 this->material.setIllum(3); 178 180 this->material.setAmbient(1.0, 1.0, 1.0); 181 182 return true; 179 183 } 180 184
Note: See TracChangeset
for help on using the changeset viewer.