Changeset 4488 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- Jun 3, 2005, 1:00:10 AM (19 years ago)
- Location:
- orxonox/trunk/src/lib/graphics/importer
- Files:
-
- 2 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 } -
orxonox/trunk/src/lib/graphics/importer/md2Model.h
r4461 r4488 67 67 68 68 //! animation names enumeration 69 typedef enum 69 typedef enum animType 70 70 { 71 71 STAND, … … 92 92 93 93 MAX_ANIMATIONS 94 } animType;94 }; 95 95 96 96
Note: See TracChangeset
for help on using the changeset viewer.