aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcubemap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llcubemap.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llrender/llcubemap.h (renamed from linden/indra/newview/llcubemap.h)4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llcubemap.h b/linden/indra/llrender/llcubemap.h
index 0b8cf29..45bfa16 100644
--- a/linden/indra/newview/llcubemap.h
+++ b/linden/indra/llrender/llcubemap.h
@@ -33,7 +33,6 @@
33#define LL_LLCUBEMAP_H 33#define LL_LLCUBEMAP_H
34 34
35#include "llgl.h" 35#include "llgl.h"
36#include "llviewerimage.h"
37 36
38#include <vector> 37#include <vector>
39 38
@@ -74,6 +73,9 @@ public:
74 void paintIn(LLVector3 dir[4], const LLColor4U& col); 73 void paintIn(LLVector3 dir[4], const LLColor4U& col);
75 void destroyGL(); 74 void destroyGL();
76 75
76public:
77 static bool sUseCubeMaps;
78
77protected: 79protected:
78 ~LLCubeMap(); 80 ~LLCubeMap();
79 LLGLenum mTargets[6]; 81 LLGLenum mTargets[6];