diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:50:23 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:50:23 -0500 |
commit | 1ff79683128f09baf6dbaf081092fda7e5f2fe65 (patch) | |
tree | 88dcf862bc4c696b7597bc3b141bf88bc8ff23e4 /indra/newview/llmeshrepository.h | |
parent | 835671f27809ce8e5ab17e6c299be35260239d51 (diff) |
SH-1225 Add skinning info to import path of .slm files.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 4e349a1270..5960fe2949 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -132,18 +132,6 @@ public: LLSD asLLSD(); }; -class LLMeshSkinInfo -{ -public: - LLUUID mMeshID; - std::vector<std::string> mJointNames; - std::vector<LLMatrix4> mInvBindMatrix; - std::vector<LLMatrix4> mAlternateBindMatrix; - - LLMatrix4 mBindShapeMatrix; - float mPelvisOffset; -}; - class LLMeshDecomposition { public: |