diff options
author | Rider Linden <rider@lindenlab.com> | 2017-11-13 16:43:47 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-11-13 16:43:47 -0800 |
commit | 35873f5963791af08a9951624dc96481a71fa1d7 (patch) | |
tree | 7be29babda869025d2b4b2b9535383e58d3d99bf /indra/newview/llvosky.h | |
parent | b227c86b450134f17ec0624655e1e4c5cb5ba89d (diff) |
Clean up on sun and moon
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index fe2d85df02..9123381c3d 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -461,7 +461,7 @@ public: void initSunDirection(const LLVector3 &sun_dir, const LLVector3 &sun_ang_velocity); - void setSunDirection(const LLVector3 &sun_dir, const LLVector3 &sun_ang_velocity); + void setSunDirection(const LLVector3 &sun_dir, const LLVector3 &moon_dir); BOOL updateHeavenlyBodyGeometry(LLDrawable *drawable, const S32 side, const BOOL is_sun, LLHeavenBody& hb, const F32 sin_max_angle, @@ -553,13 +553,6 @@ protected: F32 mFogRatio; F32 mWorldScale; -// LLColor4 mSunAmbient; -// LLColor4 mMoonAmbient; -// LLColor4 mTotalAmbient; -// LLColor3 mSunDiffuse; -// LLColor3 mMoonDiffuse; -// LLColor4U mFadeColor; // Color to fade in from - LLPointer<LLCubeMap> mCubeMap; // Cube map for the environment S32 mDrawRefl; |