Changeset 4488 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/md2Model.cc
- Timestamp:
- Jun 3, 2005, 1:00:10 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/md2Model.cc
r4462 r4488 266 266 PRINT(0)("= Number of Frames: \t%i\n", this->data->header->numFrames); 267 267 PRINT(0)("= Height, Width:\t%i, %i\n", this->data->header->skinHeight, this->data->header->skinWidth); 268 PRINT(0)("= Pointer to the data object: %p\n", this->data); 268 269 PRINT(0)("===================================================\n\n"); 269 270 }
Note: See TracChangeset
for help on using the changeset viewer.