Changeset 9920 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Nov 9, 2006, 2:26:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/graphics/importer/md2/md2Model.cc
r9918 r9920 92 92 rebuildInfo(); 93 93 94 //this->debug();94 this->debug(); 95 95 } 96 96 … … 429 429 PRINT(0)("= Number of Frames: \t%i\n", this->data->header->numFrames); 430 430 PRINT(0)("= Height, Width:\t%i, %i\n", this->data->header->skinHeight, this->data->header->skinWidth); 431 //PRINT(0)("= Pointer to the data object: %p\n", this->data); 431 PRINT(0)("= DATA:\n"); 432 PRINT(0)("= Number of references to data: %i\n", this->data.count()); 432 433 PRINT(0)("===================================================\n\n"); 433 434 }
Note: See TracChangeset
for help on using the changeset viewer.