Changeset 5284 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Oct 4, 2005, 10:03:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/md2Model.cc
r5235 r5284 297 297 this->scaleFactor = 0.2f; 298 298 299 this->fileName = NULL; 300 this->skinFileName = NULL; 299 301 this->loadModel(modelFileName); 300 302 this->loadSkin(skinFileName); … … 335 337 sVec3D *pVertex; 336 338 int* pNormals; 339 340 //! @todo this chek should include deleting a loaded model (eventually) 341 if (fileName == NULL) 342 return false; 337 343 338 344 pFile = fopen(fileName, "rb");
Note: See TracChangeset
for help on using the changeset viewer.