Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 6, 2005, 2:22:11 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more stability in triangle count calculation

File:
1 edited

Legend:

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

    r4796 r4798  
    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
     177  unsigned int     triangleCount;   //!< Number of triangles >= faceCount
    178178  Array<GLfloat>*  vertices;        //!< The Array that handles the Vertices.
    179179  Array<GLfloat>*  normals;         //!< The Array that handles the Normals.
Note: See TracChangeset for help on using the changeset viewer.