Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 6, 2005, 1:01:20 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now will take array indexes directly from the ModelFaceElement, Array::getIndex(…) not used but I will keep it, since its a good thing to have

File:
1 edited

Legend:

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

    r4793 r4794  
    178178  Array<GLfloat>*  normals;         //!< The Array that handles the Normals.
    179179  Array<GLfloat>*  vTexture;        //!< The Array that handles the VertexTextureCoordinates.
    180   sTriangle*       triangles;       //!< The Array of triangles in the abstract_model.h style
     180  sTriangleExt*    triangles;       //!< The Array of triangles in the abstract_model.h style
    181181
    182182  ModelGroup*      firstGroup;      //!< The first of all groups.
Note: See TracChangeset for help on using the changeset viewer.