Changeset 9709 in orxonox.OLD for branches/new_class_id/src/world_entities/environments/water.h
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/environments/water.h
r7954 r9709 22 22 class Water : public WorldEntity 23 23 { 24 public: 24 NewObjectListDeclaration(Water); 25 public: 25 26 Water(const TiXmlElement* root = NULL); 26 27 virtual ~Water(); … … 38 39 void draw() const; 39 40 void tick(float dt); 40 41 41 42 virtual void varChangeHandler( std::list<int> & id ); 42 43 … … 52 53 Material waterMaterial; 53 54 Shader* waterShader; 54 55 55 56 float height; //!< The hight of the Water 56 57 int height_handle; //!< Handle to notify about changes of height
Note: See TracChangeset
for help on using the changeset viewer.