Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 2:22:32 PM (18 years ago)
Author:
patrick
Message:

christmas: got the md2 bug. the devil is in the detail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/lib/graphics/importer/md2Model.h

    r6181 r6188  
    6969typedef struct
    7070{
    71   char             v[3];                 //!< the vector of the vertex
     71  unsigned char             v[3];                 //!< the vector of the vertex
    7272  unsigned char    lightNormalIndex;     //!< the index of the light normal
    7373} sVertex;
Note: See TracChangeset for help on using the changeset viewer.