summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-04-06 17:42:03 -0500
committerDave Parks <davep@lindenlab.com>2010-04-06 17:42:03 -0500
commit8a8269cca90df5bb7d53086ed7a3c14cb8cd941e (patch)
tree4dc827342d59773a4dcb808863ef71b96825aa71 /indra/newview/llvoavatar.h
parentecec1641ffe295c3bccbd0b4cb1bd2056b8a83e7 (diff)
parentde663d15df69aa6961f984f9f1c440f1fe2b3efb (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index d5485413f4..b0535a4a26 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -339,6 +339,7 @@ public:
U32 renderImpostor(LLColor4U color = LLColor4U(255,255,255,255), S32 diffuse_channel = 0);
U32 renderRigid();
U32 renderSkinned(EAvatarRenderPass pass);
+ U32 renderSkinnedAttachments();
U32 renderTransparent(BOOL first_pass);
void renderCollisionVolumes();
static void deleteCachedImages(bool clearAll=true);