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/md2Model.h

    r4615 r4787  
    122122
    123123  sVec3D*            pVertices;             //!< pointer to the vertices data block
     124  sTriangle*         pTriangles;            //!< pointer to the triangles data
    124125  int*               pGLCommands;           //!< pointer to the gllist data block
    125126  int*               pLightNormals;         //!< pointer to the light normals
Note: See TracChangeset for help on using the changeset viewer.