summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-03-28 23:52:21 -0500
committerDave Parks <davep@lindenlab.com>2011-03-28 23:52:21 -0500
commitc44fe35125b075b53bc13b38b5771ee38d65934d (patch)
treefb9b1b80c59bff7e07470d6898332aa1940bc3cb /indra/newview/llmeshrepository.h
parent040a28952fc8fefeceb7d7070f22e5b97a0e1999 (diff)
parent1ff79683128f09baf6dbaf081092fda7e5f2fe65 (diff)
merge
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r--indra/newview/llmeshrepository.h12
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: