Changeset 3915 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.h
- Timestamp:
- Apr 21, 2005, 1:59:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.h
r3913 r3915 94 94 bool cleanupFaceElement(FaceElement* faceElem); 95 95 96 97 96 tList<Material>* materialList; 98 97 99 98 protected: 100 99 float scaleFactor; //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation 101 Material* material; //!< Initial pointer to the Material. This can hold many materials, because Material can be added with Material::addMaterial(..)102 100 103 101 Material* findMaterialByName(const char* materialName);
Note: See TracChangeset
for help on using the changeset viewer.