Changeset 5075 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Aug 19, 2005, 3:21:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/md2Model.cc
r4836 r5075 18 18 #include "material.h" 19 19 20 #include "debug.h" 20 21 #include "resource_manager.h" 21 22 … … 84 85 if( unlikely(this->data == NULL)) 85 86 PRINTF(0)("The model was not found, MD2Model Loader finished abnormaly. Update the data-repos\n"); 86 87 87 88 this->scaleFactor = this->data->scaleFactor; 88 89 this->setAnim(BOOM); … … 381 382 */ 382 383 383 384 384 385 385 386
Note: See TracChangeset
for help on using the changeset viewer.