Changeset 4804 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.h
- Timestamp:
- Jul 7, 2005, 11:17:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.h
r4798 r4804 128 128 inline unsigned int getFaceCount() const { return this->faceCount; }; 129 129 130 inline modelInfo* getModelInfo() const { return this->pModelInfo; } 130 131 131 132 Material* addMaterial(Material* material); … … 180 181 Array<GLfloat>* vTexture; //!< The Array that handles the VertexTextureCoordinates. 181 182 sTriangleExt* triangles; //!< The Array of triangles in the abstract_model.h style 183 modelInfo* pModelInfo; //!< Reference to the modelInfo defined in abstract_model.h 182 184 183 185 ModelGroup* firstGroup; //!< The first of all groups.
Note: See TracChangeset
for help on using the changeset viewer.