Changeset 7015 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 3, 2006, 2:42:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r7014 r7015 321 321 // This Draws the LOD's 322 322 float cameraDistance = State::getCamera()->distance(this); 323 printf("%s::%s, distance %f\n", this->getClassName(), this->getName(), cameraDistance);324 323 if (cameraDistance > 30 && this->models.size() >= 3 && this->models[2] != NULL) 325 324 {
Note: See TracChangeset
for help on using the changeset viewer.