Changeset 4529 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer
- Timestamp:
- Jun 7, 2005, 9:10:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.h
r4468 r4529 132 132 133 133 protected: 134 float scaleFactor; //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation135 134 void cubeModel(void); 136 135 137 136 Material* findMaterialByName(const char* materialName); 137 138 139 protected: 140 float scaleFactor; //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation 138 141 139 142 private: … … 162 165 ModelGroup* firstGroup; //!< The first of all groups. 163 166 ModelGroup* currentGroup; //!< The currentGroup. this is the one we will work with. 164 int groupCount; 167 int groupCount; //!< The Count of Groups. 165 168 166 169 tList<Material>* materialList; //!< A list for all the Materials in this Model
Note: See TracChangeset
for help on using the changeset viewer.