Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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/lib/graphics/effects/lense_flare.h

    r6889 r7015  
    4444  private:
    4545    GLint charToFogMode(const char* mode);
    46     bool sourceVisible() const;
     46    void setSourceVisibility(bool visibility) ;
    4747
    4848
    4949  private:
     50    float                    isVisible;          //!< Checks visibility
    5051    Light*                   lightSource;        //!< reference to the sun (or primary light source)
    5152    std::vector<Billboard*>  flares;             //!< the flares array
Note: See TracChangeset for help on using the changeset viewer.