diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-21 17:31:25 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-21 17:31:25 -0500 |
commit | 51a4867ae6bcf0ec71882ba77b1c995d98834126 (patch) | |
tree | fee42a26578ae8d73bb64bead703a6e2837d53f3 /indra/newview/llmeshrepository.h | |
parent | a034ffd4b1af3560ae8498725bb96bd6f651ca48 (diff) |
SH-1168 Export upload data to disk on upload.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index ccdcc03310..4d727bf1f2 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -101,6 +101,8 @@ public: { mDiffuseColor.set(1,1,1,1); } + + LLSD asLLSD(); }; class LLModelInstance @@ -120,6 +122,8 @@ public: : mModel(model), mLabel(label), mTransform(transform), mMaterial(materials) { } + + LLSD asLLSD(); }; class LLMeshSkinInfo |