aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolavatar.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/lldrawpoolavatar.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 '')
-rw-r--r--linden/indra/newview/lldrawpoolavatar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/linden/indra/newview/lldrawpoolavatar.h b/linden/indra/newview/lldrawpoolavatar.h
index a521e57..077764a 100644
--- a/linden/indra/newview/lldrawpoolavatar.h
+++ b/linden/indra/newview/lldrawpoolavatar.h
@@ -53,9 +53,7 @@ public:
53 LLVertexBuffer::MAP_NORMAL | 53 LLVertexBuffer::MAP_NORMAL |
54 LLVertexBuffer::MAP_TEXCOORD | 54 LLVertexBuffer::MAP_TEXCOORD |
55 LLVertexBuffer::MAP_WEIGHT | 55 LLVertexBuffer::MAP_WEIGHT |
56 LLVertexBuffer::MAP_CLOTHWEIGHT | 56 LLVertexBuffer::MAP_CLOTHWEIGHT
57 LLVertexBuffer::MAP_BINORMAL
58
59 }; 57 };
60 58
61 virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; } 59 virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; }
@@ -86,8 +84,6 @@ public:
86 /*virtual*/ LLViewerImage *getDebugTexture(); 84 /*virtual*/ LLViewerImage *getDebugTexture();
87 /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display 85 /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display
88 86
89 virtual S32 getMaterialAttribIndex() { return 0; }
90
91 void renderAvatars(LLVOAvatar *single_avatar, S32 pass = -1); // renders only one avatar if single_avatar is not null. 87 void renderAvatars(LLVOAvatar *single_avatar, S32 pass = -1); // renders only one avatar if single_avatar is not null.
92}; 88};
93 89