diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-26 10:49:02 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-26 10:49:02 -0400 |
commit | 2ea8df0593d520b86bcf958263622218f76ac113 (patch) | |
tree | e122d46164a5df229c7b52f9290b584b4e35b983 /indra/newview/llvovolume.cpp | |
parent | 0f9700af5b18b2ddd1eed10b34c4ad5d9a09ee7e (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-x | indra/newview/llvovolume.cpp | 1 |
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]; |