diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-18 16:05:35 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-18 16:05:35 -0400 |
commit | 8230a9937f3bded847dae6c33e01b44158a7f8ee (patch) | |
tree | 77ecbe9a9d6796b3704d0b6a13d6ebfe2f07eec6 /indra/llprimitive | |
parent | 801a628cc116954f589d8478d5cfa06998db6beb (diff) |
MAINT-6841 - removed the joint remapping code, since it was designed to support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code.
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 2034686529..365ba8a51c 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -52,7 +52,6 @@ public: mutable std::vector<S32> mJointNums; std::vector<LLMatrix4> mInvBindMatrix; std::vector<LLMatrix4> mAlternateBindMatrix; - std::vector<U32> mJointRemap; LLMatrix4 mBindShapeMatrix; float mPelvisOffset; |