summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-12 18:28:31 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-12 18:28:31 -0400
commita65cd77f40791c16fc77b318abe4f8a4b3b42751 (patch)
tree7f94de83f533165bb1875a6e72882664cb3711db /indra/newview/llmeshrepository.h
parent7cad431c6e4ea920a998ac1d3cdf385722fe5f7b (diff)
mesh coords for whole model upload
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rwxr-xr-xindra/newview/llmeshrepository.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h
index 9460c0c048..802e3e1aba 100755
--- a/indra/newview/llmeshrepository.h
+++ b/indra/newview/llmeshrepository.h
@@ -426,6 +426,11 @@ public:
void doIterativeUpload();
void wholeModelToLLSD(LLSD& dest, bool include_textures);
+
+ void decomposeMeshMatrix(LLMatrix4& transformation,
+ LLVector3& result_pos,
+ LLQuaternion& result_rot,
+ LLVector3& result_scale);
};
class LLMeshRepository