Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4488 in orxonox.OLD for orxonox/trunk/src/lib


Ignore:
Timestamp:
Jun 3, 2005, 1:00:10 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: started cleaning up the list classes

Location:
orxonox/trunk/src/lib/graphics/importer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/md2Model.cc

    r4462 r4488  
    266266  PRINT(0)("=  Number of Frames: \t%i\n", this->data->header->numFrames);
    267267  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);
    268269  PRINT(0)("===================================================\n\n");
    269270}
  • orxonox/trunk/src/lib/graphics/importer/md2Model.h

    r4461 r4488  
    6767
    6868//! animation names enumeration
    69 typedef enum
     69typedef enum animType
    7070  {
    7171    STAND,
     
    9292 
    9393    MAX_ANIMATIONS
    94   } animType;
     94  };
    9595
    9696
Note: See TracChangeset for help on using the changeset viewer.