Changeset 6887 in orxonox.OLD for trunk/src/lib/graphics/effects
- Timestamp:
- Jan 31, 2006, 4:15:49 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/lense_flare.cc
r6886 r6887 153 153 bool LenseFlare::sourceVisible() const 154 154 { 155 155 156 return true; 156 157 } … … 190 191 continue; 191 192 (*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); 193 194 // tick them 194 195 (*it)->tick(dt);
Note: See TracChangeset
for help on using the changeset viewer.