Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2005, 2:06:19 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changes on the md2model - now it loads also the triangle information, but not used yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/abstract_model.h

    r4550 r4787  
    6868typedef struct
    6969{
    70   short            indexToVertices[3];   //!< index to the verteces of the triangle
    71   short            indexToTexCoor[3];    //!< index to the texture coordinates
     70  unsigned short   indexToVertices[3];   //!< index to the verteces of the triangle
     71  unsigned short   indexToTexCoor[3];    //!< index to the texture coordinates
    7272} sTriangle;
    7373
Note: See TracChangeset for help on using the changeset viewer.