Changeset 6046 in orxonox.OLD for branches/spaceshipcontrol/src/lib/graphics/importer/static_model.cc
- Timestamp:
- Dec 11, 2005, 2:42:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/lib/graphics/importer/static_model.cc
r6033 r6046 143 143 StaticModel::StaticModel(const char* modelName) 144 144 { 145 this->setClassID(CL_ MODEL, "Model");145 this->setClassID(CL_STATIC_MODEL, "StaticModel"); 146 146 PRINTF(4)("new 3D-Model is being created\n"); 147 147 this->setName(modelName); … … 547 547 this->currentGroup->currentFace->vertexCount++; 548 548 } 549 549 550 550 this->currentGroup->faceCount += this->currentGroup->currentFace->vertexCount -2; 551 551 this->faceCount += this->currentGroup->currentFace->vertexCount -2;
Note: See TracChangeset
for help on using the changeset viewer.