diff options
author | RevolutionSmythe | 2010-10-20 16:31:09 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-11-01 16:58:02 -0700 |
commit | af6877fbfe94e80948c559cf77f008049f8168dc (patch) | |
tree | 4fe687aaec6a1b964a0e989d3c03c143b4ab07f6 /linden/indra/newview/llwaterparammanager.h | |
parent | Merge remote branch 'thickbrick/weekly' into weekly (diff) | |
download | meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.zip meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.gz meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.bz2 meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.xz |
Finishes the OpenRegionSettings module, adds a new panel to Region/Estate for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
Diffstat (limited to 'linden/indra/newview/llwaterparammanager.h')
-rw-r--r-- | linden/indra/newview/llwaterparammanager.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llwaterparammanager.h b/linden/indra/newview/llwaterparammanager.h index 588e436..96dd1aa 100644 --- a/linden/indra/newview/llwaterparammanager.h +++ b/linden/indra/newview/llwaterparammanager.h | |||
@@ -304,6 +304,8 @@ public: | |||
304 | // singleton pattern implementation | 304 | // singleton pattern implementation |
305 | static LLWaterParamManager * instance(); | 305 | static LLWaterParamManager * instance(); |
306 | 306 | ||
307 | void SetMixTime(LLWaterParamSet* mixSet, F32 mixTime); | ||
308 | |||
307 | public: | 309 | public: |
308 | 310 | ||
309 | LLWaterParamSet mCurParams; | 311 | LLWaterParamSet mCurParams; |
@@ -334,6 +336,11 @@ private: | |||
334 | LLVector4 mWaterPlane; | 336 | LLVector4 mWaterPlane; |
335 | F32 mWaterFogKS; | 337 | F32 mWaterFogKS; |
336 | 338 | ||
339 | BOOL sNeedsMix; | ||
340 | LLWaterParamSet* sMixSet; | ||
341 | F32 sMixTime; | ||
342 | F32 sMixCount; | ||
343 | |||
337 | // our parameter manager singleton instance | 344 | // our parameter manager singleton instance |
338 | static LLWaterParamManager * sInstance; | 345 | static LLWaterParamManager * sInstance; |
339 | 346 | ||