summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-03-14 18:02:25 -0400
committerprep <prep@lindenlab.com>2011-03-14 18:02:25 -0400
commit16ff50719055aae202011e4b20aeae41d98493fa (patch)
tree9afc5affdc3821f0896bb041f52d792a8ef73cec /indra/newview/llmeshrepository.h
parent3559789967513a1f3eecf1bc1ad38d9b073cb296 (diff)
WIP:Added pelvis offset to skinning info
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r--indra/newview/llmeshrepository.h1
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