Changeset 4796 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.h
- Timestamp:
- Jul 6, 2005, 1:48:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.h
r4794 r4796 175 175 unsigned int texCoordCount; //!< A modelwide Counter for the texCoord. 176 176 unsigned int faceCount; //!< A modelwide Counter for the faces 177 unsigned int triangleCount; //!< Number of triangles <= faceCount 177 178 Array<GLfloat>* vertices; //!< The Array that handles the Vertices. 178 179 Array<GLfloat>* normals; //!< The Array that handles the Normals.
Note: See TracChangeset
for help on using the changeset viewer.