Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2006, 6:10:25 PM (18 years ago)
Author:
stefalie
Message:

branches/water: the texture mooooves

File:
1 edited

Legend:

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

    r7816 r7823  
    3434
    3535  private:
    36     float           waterHeight;       //!< y-coord of the Water
     36    float           waterHeight;                //!< y-coord of the Water
    3737    Material        mat;
     38    float           move;
     39    float           g_WaterUV;          //!< The scale for the water textures
     40    float           kNormalMapScale;
     41    float           g_WaterFlow;
    3842
    39     int             textureSize;       //!< size of the texture
     43    int             textureSize;                //!< size of the texture
    4044    Shader*         shader;
    4145
Note: See TracChangeset for help on using the changeset viewer.