Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 12:55:56 AM (18 years ago)
Author:
patrick
Message:

bsp: fixed a bad md3 reading bug, forgot to read one character and the chaos started…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_tag.h

    r8372 r8432  
    1818typedef struct MD3TagData
    1919{
    20   sVec3D     position;
    21   float      matrix[3][3];
     20  char       name[64];                                //!< name of the tag
     21  sVec3D     position;                                //!< position of the tag
     22  float      matrix[3][3];                            //!< matrix of the rotation
    2223};
    2324
Note: See TracChangeset for help on using the changeset viewer.