summaryrefslogtreecommitdiff
path: root/indra/newview/llvosky.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r--indra/newview/llvosky.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h
index c3a04e12e5..b1a01a9366 100644
--- a/indra/newview/llvosky.h
+++ b/indra/newview/llvosky.h
@@ -288,7 +288,7 @@ public:
void setSunScale(F32 sun_scale);
void setMoonScale(F32 sun_scale);
- void forceSkyUpdate(void) { mForceUpdate = TRUE; }
+ void forceSkyUpdate(void);
public:
LLFace *mFace[FACE_COUNT];
@@ -337,11 +337,10 @@ protected:
F32 mWind;
bool mInitialized;
- bool mForceUpdate; // flag to force update of cubemap
+ bool mForceUpdate;
+ bool mNeedUpdate; // flag to force update of cubemap
S32 mCubeMapUpdateStage; // state of cubemap uodate: -1 idle; 0-5 per-face updates; 6 finalizing
- LLVector3 mLastSunLightingDirection;
- LLVector3 mLastMoonLightingDirection;
- LLColor3 mLastTotalAmbient;
+
F32 mAmbientScale;
LLColor3 mNightColorShift;
F32 mInterpVal;