diff options
author | David Walter Seikel | 2012-04-04 19:37:31 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-04 19:37:31 +1000 |
commit | 1e22c4f3610dcb2854ab6bcc0425cfbf3a820293 (patch) | |
tree | 14a0582bf3600735aa34d4ab01ab74e2d87e84ce /linden/indra/newview/llwlparammanager.h | |
parent | White space fixes. Nothing to see here, move along. (diff) | |
download | meta-impy-1e22c4f3610dcb2854ab6bcc0425cfbf3a820293.zip meta-impy-1e22c4f3610dcb2854ab6bcc0425cfbf3a820293.tar.gz meta-impy-1e22c4f3610dcb2854ab6bcc0425cfbf3a820293.tar.bz2 meta-impy-1e22c4f3610dcb2854ab6bcc0425cfbf3a820293.tar.xz |
More Windlight refactoring, including moving the new stuff back to lightshare.c.
What works seems to work fine.
Still more work to do, but I might punt some of it to 1.5.
Diffstat (limited to 'linden/indra/newview/llwlparammanager.h')
-rw-r--r-- | linden/indra/newview/llwlparammanager.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/linden/indra/newview/llwlparammanager.h b/linden/indra/newview/llwlparammanager.h index 27e7663..034b2e6 100644 --- a/linden/indra/newview/llwlparammanager.h +++ b/linden/indra/newview/llwlparammanager.h | |||
@@ -230,8 +230,6 @@ public: | |||
230 | static bool isSkySettingsNotecard(std::string name); | 230 | static bool isSkySettingsNotecard(std::string name); |
231 | static bool isSettingsNotecard(std::string name); | 231 | static bool isSettingsNotecard(std::string name); |
232 | 232 | ||
233 | static void apply(LLWaterParamSet * newWater, LLUUID *newWaterNormal, LLWLParamSet *newSky); | ||
234 | |||
235 | public: | 233 | public: |
236 | 234 | ||
237 | // helper variables | 235 | // helper variables |
@@ -288,12 +286,6 @@ public: | |||
288 | // list of all the parameters, listed by name | 286 | // list of all the parameters, listed by name |
289 | std::map<std::string, LLWLParamSet> mParamList; | 287 | std::map<std::string, LLWLParamSet> mParamList; |
290 | 288 | ||
291 | // The name of the water preset where the region settings are stored. | ||
292 | static const std::string sWaterPresetName; | ||
293 | |||
294 | // The name of the sky preset where the region settings are stored. | ||
295 | static const std::string sSkyPresetName; | ||
296 | |||
297 | private: | 289 | private: |
298 | // our parameter manager singleton instance | 290 | // our parameter manager singleton instance |
299 | static LLWLParamManager * sInstance; | 291 | static LLWLParamManager * sInstance; |
@@ -306,7 +298,6 @@ private: | |||
306 | static std::vector<LLWLPresetsObserver*> sObservers; | 298 | static std::vector<LLWLPresetsObserver*> sObservers; |
307 | 299 | ||
308 | static void loadWindlightNotecard(LLVFS *vfs, const LLUUID& asset_id, LLAssetType::EType asset_type, void *user_data, S32 status, LLExtStat ext_status); | 300 | static void loadWindlightNotecard(LLVFS *vfs, const LLUUID& asset_id, LLAssetType::EType asset_type, void *user_data, S32 status, LLExtStat ext_status); |
309 | |||
310 | }; | 301 | }; |
311 | 302 | ||
312 | inline F32 LLWLParamManager::getDomeOffset(void) const | 303 | inline F32 LLWLParamManager::getDomeOffset(void) const |
@@ -334,11 +325,4 @@ inline LLVector4 LLWLParamManager::getRotatedLightDir(void) const | |||
334 | return mRotatedLightDir; | 325 | return mRotatedLightDir; |
335 | } | 326 | } |
336 | 327 | ||
337 | struct WLCombined | ||
338 | { | ||
339 | LLWaterParamSet water; | ||
340 | LLWLParamSet sky; | ||
341 | BOOL enabled; | ||
342 | }; | ||
343 | |||
344 | #endif | 328 | #endif |