Changeset 6162 in orxonox.OLD for trunk/src/lib/graphics/importer/static_model.cc
- Timestamp:
- Dec 19, 2005, 4:52:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/static_model.cc
r6072 r6162 144 144 StaticModel::StaticModel(const char* modelName) 145 145 { 146 this->setClassID(CL_ MODEL, "Model");146 this->setClassID(CL_STATIC_MODEL, "StaticModel"); 147 147 PRINTF(4)("new 3D-Model is being created\n"); 148 148 this->setName(modelName); … … 550 550 this->currentGroup->currentFace->vertexCount++; 551 551 } 552 552 553 553 this->currentGroup->faceCount += this->currentGroup->currentFace->vertexCount -2; 554 554 this->faceCount += this->currentGroup->currentFace->vertexCount -2;
Note: See TracChangeset
for help on using the changeset viewer.