diff options
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 |