summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-26 10:49:02 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-26 10:49:02 -0400
commit2ea8df0593d520b86bcf958263622218f76ac113 (patch)
treee122d46164a5df229c7b52f9290b584b4e35b983 /indra/newview/llvovolume.cpp
parent0f9700af5b18b2ddd1eed10b34c4ad5d9a09ee7e (diff)
SL-205 WIP - support for 152-joint rigged meshes with both hardware and software skinning.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 267061b83d..7bbaf981ae 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4163,6 +4163,7 @@ void LLRiggedVolume::update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, cons
}
//build matrix palette
+ // BENTO JOINT COUNT LIMIT
static const size_t kMaxJoints = 64;
LLMatrix4a mp[kMaxJoints];