Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2006, 3:16:46 PM (19 years ago)
Author:
stefalie
Message:

branches/water: activate/deactivate reflection/refraction functions added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/world_entities/environments/mapped_water.h

    r7672 r7687  
    2020    void loadParams(const TiXmlElement* root);
    2121
     22    void activateReflection();
     23    void deactivateReflection();
     24   
     25    void activateRefraction();
     26    void deactivateRefraction();
     27   
    2228    void draw() const;
    2329    void tick(float dt);
Note: See TracChangeset for help on using the changeset viewer.