Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7844 in orxonox.OLD for trunk/src/lib/graphics/effects/lense_flare.h


Ignore:
Timestamp:
May 24, 2006, 11:34:22 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Ok the Element2D-renderer works, and hides Elements, that are behind the Camera

File:
1 edited

Legend:

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

    r7810 r7844  
    4848
    4949  private:
    50     float                    isVisible;          //!< Checks visibility
     50    bool                     bVisible;          //!< Checks visibility
    5151    Light*                   lightSource;        //!< reference to the sun (or primary light source)
    5252    std::vector<ImagePlane*>  flares;             //!< the flares array
Note: See TracChangeset for help on using the changeset viewer.