Changeset 7700 in orxonox.OLD for branches/water/src/world_entities/environments/mapped_water.h
- Timestamp:
- May 18, 2006, 5:05:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/world_entities/environments/mapped_water.h
r7687 r7700 10 10 #include "world_entity.h" 11 11 #include "material.h" 12 #include "texture.h" 12 13 13 14 … … 34 35 private: 35 36 float waterHeight; //!< y-coord of the Water 37 Material mat; 38 39 Texture texture; 36 40 37 41 };
Note: See TracChangeset
for help on using the changeset viewer.