Changeset 4677 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/model.cc
- Timestamp:
- Jun 23, 2005, 11:29:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.cc
r4580 r4677 145 145 this->normalCount = 0; 146 146 this->texCoordCount = 0; 147 this->faceCount = 0; 147 148 148 149 this->scaleFactor = 1; … … 553 554 554 555 this->currentGroup->faceCount += this->currentGroup->currentFace->vertexCount -2; 556 this->faceCount += this->currentGroup->currentFace->vertexCount -2; 555 557 } 556 558 … … 585 587 586 588 this->currentGroup->faceCount += this->currentGroup->currentFace->vertexCount - 2; 589 this->faceCount += this->currentGroup->currentFace->vertexCount -2; 587 590 } 588 591
Note: See TracChangeset
for help on using the changeset viewer.