Changeset 7986 in orxonox.OLD for branches/water/src/world_entities/environments/mapped_water.h
- Timestamp:
- May 30, 2006, 6:32:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/world_entities/environments/mapped_water.h
r7983 r7986 20 20 void loadParams(const TiXmlElement* root); 21 21 22 22 23 void activateReflection(); 23 24 void deactivateReflection(); … … 30 31 31 32 private: 33 void setLightPosition(float x, float y, float z) { this->lightPos = Vector(x,y,z); }; 32 34 void setHeight(float height); 33 35 … … 44 46 45 47 int textureSize; //!< size of the texture 48 Vector lightPos; 46 49 Material mat; 47 50 Shader* shader; 48 Shader::Uniform* uni;51 Shader::Uniform* cam_uni; //!< uniform that is used for the camera position 49 52 50 53 };
Note: See TracChangeset
for help on using the changeset viewer.