Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2006, 10:15:46 AM (18 years ago)
Author:
patrick
Message:

network: lense flare work

File:
1 edited

Legend:

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

    r6783 r6785  
    3131
    3232    virtual void draw() const;
     33    virtual void tick(float dt);
    3334
    3435    void addFlare(const char* textureName);
     
    4445
    4546    Vector*                  flareVector;        //!< the axis to draw the flares on
     47    Vector*                  screenCenter;       //!< the vector marking the center of the screen
    4648};
    4749
Note: See TracChangeset for help on using the changeset viewer.