aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpooltree.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/lldrawpooltree.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/lldrawpooltree.h')
-rw-r--r--linden/indra/newview/lldrawpooltree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawpooltree.h b/linden/indra/newview/lldrawpooltree.h
index bf18b65..151e4ab 100644
--- a/linden/indra/newview/lldrawpooltree.h
+++ b/linden/indra/newview/lldrawpooltree.h
@@ -55,14 +55,13 @@ public:
55 /*virtual*/ void beginRenderPass( S32 pass ); 55 /*virtual*/ void beginRenderPass( S32 pass );
56 /*virtual*/ void render(S32 pass = 0); 56 /*virtual*/ void render(S32 pass = 0);
57 /*virtual*/ void endRenderPass( S32 pass ); 57 /*virtual*/ void endRenderPass( S32 pass );
58 /*virtual*/ S32 getNumPasses() { return 1; }
58 /*virtual*/ void renderForSelect(); 59 /*virtual*/ void renderForSelect();
59 /*virtual*/ BOOL verify() const; 60 /*virtual*/ BOOL verify() const;
60 /*virtual*/ LLViewerImage *getTexture(); 61 /*virtual*/ LLViewerImage *getTexture();
61 /*virtual*/ LLViewerImage *getDebugTexture(); 62 /*virtual*/ LLViewerImage *getDebugTexture();
62 /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display 63 /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display
63 64
64 virtual S32 getMaterialAttribIndex();
65
66 static S32 sDiffTex; 65 static S32 sDiffTex;
67 66
68private: 67private: