Changeset 8906 in orxonox.OLD for branches/mountain_lake/src/world_entities/environments/mapped_water.h
- Timestamp:
- Jun 29, 2006, 2:03:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/world_entities/environments/mapped_water.h
r8885 r8906 28 28 #include "shader.h" 29 29 30 namespace OrxGui { class GLGuiBox; }; 31 30 32 // forward declaration 31 33 template <class T> class tAnimation; … … 47 49 void activateRefraction(); 48 50 void deactivateRefraction(); 51 52 53 void openGui(); 54 void closeGui(); 55 56 49 57 50 58 // functions to set parameters for the water, usually they're called through loadparam … … 70 78 void resetWaterAngle(float angle) { this->setWaterAngle(angle); this->calcVerts(); } 71 79 void resetWaterColor(float r, float g, float b); 80 void resetWaterColorR(float r); 81 void resetWaterColorG(float g); 82 void resetWaterColorB(float b); 72 83 void resetShineSize(float shine); 73 84 void resetShineStrength(float strength); … … 128 139 bool bFadeShineSize; 129 140 141 OrxGui::GLGuiBox* box; 142 130 143 int tempcounter; 131 144 };
Note: See TracChangeset
for help on using the changeset viewer.