diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llvosky.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llvosky.h')
-rw-r--r-- | linden/indra/newview/llvosky.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h index 1617c2a..0ca56dc 100644 --- a/linden/indra/newview/llvosky.h +++ b/linden/indra/newview/llvosky.h | |||
@@ -197,7 +197,7 @@ protected: | |||
197 | } | 197 | } |
198 | 198 | ||
199 | LLImageRaw* getImageRaw(BOOL curr=TRUE) { return mImageRaw[getWhich(curr)]; } | 199 | LLImageRaw* getImageRaw(BOOL curr=TRUE) { return mImageRaw[getWhich(curr)]; } |
200 | void createTexture(BOOL curr=TRUE); | 200 | void createGLImage(BOOL curr=TRUE); |
201 | }; | 201 | }; |
202 | 202 | ||
203 | 203 | ||
@@ -511,7 +511,7 @@ public: | |||
511 | class LLCubeMap; | 511 | class LLCubeMap; |
512 | 512 | ||
513 | 513 | ||
514 | class LLVOSky : public LLViewerObject | 514 | class LLVOSky : public LLStaticViewerObject |
515 | { | 515 | { |
516 | public: | 516 | public: |
517 | enum | 517 | enum |
@@ -593,6 +593,7 @@ public: | |||
593 | LLColor4 getMoonAmbientColor() const { return mMoonAmbient; } | 593 | LLColor4 getMoonAmbientColor() const { return mMoonAmbient; } |
594 | const LLColor4& getTotalAmbientColor() const { return mTotalAmbient; } | 594 | const LLColor4& getTotalAmbientColor() const { return mTotalAmbient; } |
595 | LLColor4 getFogColor() const { return mFogColor; } | 595 | LLColor4 getFogColor() const { return mFogColor; } |
596 | LLColor4 getGLFogColor() const { return mGLFogCol; } | ||
596 | 597 | ||
597 | LLVector3 calcUpVec(const LLVector3 &pos) const | 598 | LLVector3 calcUpVec(const LLVector3 &pos) const |
598 | { | 599 | { |
@@ -729,6 +730,8 @@ protected: | |||
729 | F32 sInterpVal; | 730 | F32 sInterpVal; |
730 | 731 | ||
731 | LLColor4 mFogColor; | 732 | LLColor4 mFogColor; |
733 | LLColor4 mGLFogCol; | ||
734 | |||
732 | F32 mFogRatio; | 735 | F32 mFogRatio; |
733 | F32 mWorldScale; | 736 | F32 mWorldScale; |
734 | 737 | ||
@@ -739,7 +742,7 @@ protected: | |||
739 | LLColor3 mMoonDiffuse; | 742 | LLColor3 mMoonDiffuse; |
740 | LLColor4U mFadeColor; // Color to fade in from | 743 | LLColor4U mFadeColor; // Color to fade in from |
741 | 744 | ||
742 | LLCubeMap *mCubeMap; // Cube map for the sky | 745 | LLCubeMap *mCubeMap; // Cube map for the environment |
743 | S32 mDrawRefl; | 746 | S32 mDrawRefl; |
744 | 747 | ||
745 | LLFrameTimer mUpdateTimer; | 748 | LLFrameTimer mUpdateTimer; |