diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-09-02 15:42:22 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-09-02 15:42:22 -0400 |
commit | 5cacd71c07cd4202784ebf2f826239b4529787ba (patch) | |
tree | a00447ce694a88899e841ef8a9c0876ffde4e278 /indra | |
parent | dbc5b757c5059a0efa3b5e23c060b8b48a1761f6 (diff) |
SL-205 WIP - bumped up max joint count in software-skinning pass.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index f70280d8c1..25e61c259f 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4164,7 +4164,7 @@ void LLRiggedVolume::update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, cons //build matrix palette // BENTO JOINT COUNT LIMIT - static const size_t kMaxJoints = 64; + static const size_t kMaxJoints = 152; LLMatrix4a mp[kMaxJoints]; LLMatrix4* mat = (LLMatrix4*) mp; |