diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-12 18:28:31 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-12 18:28:31 -0400 |
commit | a65cd77f40791c16fc77b318abe4f8a4b3b42751 (patch) | |
tree | 7f94de83f533165bb1875a6e72882664cb3711db /indra/newview/llmeshrepository.h | |
parent | 7cad431c6e4ea920a998ac1d3cdf385722fe5f7b (diff) |
mesh coords for whole model upload
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rwxr-xr-x | indra/newview/llmeshrepository.h | 5 |
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 |