Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6887 in orxonox.OLD


Ignore:
Timestamp:
Jan 31, 2006, 4:15:49 AM (18 years ago)
Author:
patrick
Message:

trunk: the lense flare will be updated lateron

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/effects/lense_flare.cc

    r6886 r6887  
    153153bool LenseFlare::sourceVisible() const
    154154{
     155
    155156  return true;
    156157}
     
    190191      continue;
    191192    (*it)->setAbsCoor2D( this->screenCenter + this->flareVector * this->flareMatrix[i * 2] * this->distance);
    192     PRINTF(0)("Tick flare %i @ (%f, %f)\n", i, (*it)->getAbsCoor2D().x, (*it)->getAbsCoor2D().y);
     193    PRINTF(5)("Tick flare %i @ (%f, %f)\n", i, (*it)->getAbsCoor2D().x, (*it)->getAbsCoor2D().y);
    193194    // tick them
    194195    (*it)->tick(dt);
Note: See TracChangeset for help on using the changeset viewer.