Changeset 3917 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.h
- Timestamp:
- Apr 21, 2005, 3:34:38 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.h
r3916 r3917 8 8 9 9 #include "material.h" 10 #include "glincl.h" 10 11 11 12 // FORWARD DEFINITION // … … 65 66 char* name; //!< the Name of the Group. this is an identifier, that can be accessed via the draw (char* name) function. 66 67 67 unsigned int listNumber;//!< The number of the GL-List this Group gets. 68 GLubyte* indices; //!< The indices of the Groups. Needed for vertex-arrays 69 GLuint listNumber; //!< The number of the GL-List this Group gets. 68 70 Face* firstFace; //!< The first Face in this group. 69 71 Face* currentFace; //!< The current Face in this Group (the one we are currently working with.)
Note: See TracChangeset
for help on using the changeset viewer.