Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7015 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Feb 3, 2006, 2:42:30 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: flare work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r7014 r7015  
    321321    // This Draws the LOD's
    322322    float cameraDistance = State::getCamera()->distance(this);
    323     printf("%s::%s, distance %f\n", this->getClassName(), this->getName(), cameraDistance);
    324323    if (cameraDistance > 30 && this->models.size() >= 3 && this->models[2] != NULL)
    325324    {
Note: See TracChangeset for help on using the changeset viewer.