diff options
author | prep <prep@lindenlab.com> | 2011-03-14 18:02:25 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-14 18:02:25 -0400 |
commit | 16ff50719055aae202011e4b20aeae41d98493fa (patch) | |
tree | 9afc5affdc3821f0896bb041f52d792a8ef73cec /indra/newview/llmeshrepository.h | |
parent | 3559789967513a1f3eecf1bc1ad38d9b073cb296 (diff) |
WIP:Added pelvis offset to skinning info
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 0fcb2213de..ccdcc03310 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -131,6 +131,7 @@ public: std::vector<LLMatrix4> mAlternateBindMatrix; LLMatrix4 mBindShapeMatrix; + float mPelvisOffset; }; class LLMeshDecomposition |