Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 1:53:58 PM (17 years ago)
Author:
gfilip
Message:

hm…..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/blackscreen.h

    r10212 r10254  
    1616    bool state;
    1717    Material*       material;
     18    void fadeIn();
     19    void fadeOut();
     20    float fadeSpeed;
    1821
    1922  public:
     
    2528    virtual void loadParams(const TiXmlElement* root);
    2629
    27     void changeState (bool);
     30    void toggleFade ();
     31    void changeFadeSpeed(float newSpeed);
    2832    virtual void tick (float time);
     33
    2934    virtual void draw() const;
    3035
Note: See TracChangeset for help on using the changeset viewer.