Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2006, 1:20:12 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: wave now also rebuilds the Normals (do not know if this is really necesarry, but i sure hope so for all the work :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/water.h

    r6457 r6458  
    2828   void setResolution(unsigned int resX, unsigned int resY);
    2929   void setSize(float sizeX, float sizeY);
     30   void setHeight(float height);
    3031   void rebuildGrid();
    3132
     
    3637    Grid*           grid;            //!< The water-surface-model to render with
    3738    Material*       waterMaterial;
     39    float           height;          //!< The hight of the Water
    3840
    3941    unsigned int    resX, resY;
Note: See TracChangeset for help on using the changeset viewer.