diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/llrender/llcubemap.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/llrender/llcubemap.h')
-rw-r--r-- | linden/indra/llrender/llcubemap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llrender/llcubemap.h b/linden/indra/llrender/llcubemap.h index 45bfa16..15ca7db 100644 --- a/linden/indra/llrender/llcubemap.h +++ b/linden/indra/llrender/llcubemap.h | |||
@@ -53,6 +53,7 @@ public: | |||
53 | 53 | ||
54 | void enableTexture(S32 stage); | 54 | void enableTexture(S32 stage); |
55 | void enableTextureCoords(S32 stage); | 55 | void enableTextureCoords(S32 stage); |
56 | S32 getStage(void) { return mTextureStage; } | ||
56 | 57 | ||
57 | void disable(void); | 58 | void disable(void); |
58 | void disableTexture(void); | 59 | void disableTexture(void); |
@@ -77,6 +78,7 @@ public: | |||
77 | static bool sUseCubeMaps; | 78 | static bool sUseCubeMaps; |
78 | 79 | ||
79 | protected: | 80 | protected: |
81 | friend class LLTexUnit; | ||
80 | ~LLCubeMap(); | 82 | ~LLCubeMap(); |
81 | LLGLenum mTargets[6]; | 83 | LLGLenum mTargets[6]; |
82 | LLPointer<LLImageGL> mImages[6]; | 84 | LLPointer<LLImageGL> mImages[6]; |