Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2006, 2:59:03 PM (19 years ago)
Author:
stefalie
Message:

water: some hacks… and 3 fade functions… but not done yet

File:
1 edited

Legend:

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

    r8788 r8791  
    6060  void resetLightPos(float x, float y, float z);
    6161
     62  // fade functions
     63  void fadeWaterColor(float r, float g, float b, float time);
     64  void fadeShininess(float shine, float time);
     65  void fadeLightPos(float x, float y, float z, float time);
     66
    6267private:
    6368  void initParams();
Note: See TracChangeset for help on using the changeset viewer.