Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: now counting the number of triangles to allocate the correct space

File:
1 edited

Legend:

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

    r4794 r4796  
    175175  unsigned int     texCoordCount;   //!< A modelwide Counter for the texCoord.
    176176  unsigned int     faceCount;       //!< A modelwide Counter for the faces
     177  unsigned int     triangleCount;   //!< Number of triangles <= faceCount
    177178  Array<GLfloat>*  vertices;        //!< The Array that handles the Vertices.
    178179  Array<GLfloat>*  normals;         //!< The Array that handles the Normals.
Note: See TracChangeset for help on using the changeset viewer.