summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2010-11-15 13:22:04 -0500
committerprep <prep@lindenlab.com>2010-11-15 13:22:04 -0500
commit4733f2c4380991865b4b74f519a3a94a99550661 (patch)
treea0f1111717c04ae3516c1b8cca4095c3df6bb115 /indra/newview/llfloatermodelpreview.h
parent2551bfb1b523c1ce2459e0139829a211c36e1bcc (diff)
Implemented support for getting at the child translational element if the SID fails to resolved.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index a7e87ba9a1..54b2e7561a 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -101,6 +101,8 @@ public:
LLImportMaterial profileToMaterial(domProfile_COMMON* material);
std::string getElementLabel(daeElement *element);
LLColor4 getDaeColor(daeElement* element);
+
+ daeElement* getChildFromElement( daeElement* pElement, std::string const & name );
//map of avatar joints as named in COLLADA assets to internal joint names
std::map<std::string, std::string> mJointMap;