aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolavatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldrawpoolavatar.h')
-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