Changeset 10202 in orxonox.OLD for branches/mount_points/src/lib
- Timestamp:
- Jan 10, 2007, 11:41:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/static_model.cc
r10184 r10202 84 84 data->finalize(); 85 85 this->updateBase(); 86 this->extractMountPoints();87 86 } 88 87 … … 187 186 center /= vertices.size(); 188 187 189 PRINTF(0)("Up Point\n");190 up.debug();191 192 PRINTF(0)("Center\n");193 center.debug();194 195 PRINTF(0)("Forward\n");196 forward.debug();188 // PRINTF(0)("Up Point\n"); 189 // up.debug(); 190 // 191 // PRINTF(0)("Center\n"); 192 // center.debug(); 193 // 194 // PRINTF(0)("Forward\n"); 195 // forward.debug(); 197 196 198 197 // now add the mount point … … 229 228 this->pModelInfo.pTriangles = this->data->getTrianglesExt(); 230 229 this->pModelInfo.numTriangles = this->data->getTriangles().size(); 230 231 this->extractMountPoints(); 231 232 } 232 233
Note: See TracChangeset
for help on using the changeset viewer.