Changeset 5976 in orxonox.OLD for branches/height_map/src/lib/graphics/importer/model.cc
- Timestamp:
- Dec 7, 2005, 5:21:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/height_map/src/lib/graphics/importer/model.cc
r5790 r5976 771 771 this->vertices->finalizeArray(); 772 772 this->vTexture->finalizeArray(); 773 printf("=================%s::%d\n", this->getClassName(), normals->getCount()); 773 774 if (normals->getCount() == 0) // vertices-Array must be built for this 774 775 this->buildVertexNormals();
Note: See TracChangeset
for help on using the changeset viewer.