summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-09-14 10:41:26 -0400
committerprep <prep@lindenlab.com>2011-09-14 10:41:26 -0400
commit4efca483d7dc8c8a50ebe247c6c163c263ed20f5 (patch)
tree29c034b79d8ba92c204f78c77311e95b03e15bc3 /indra/newview/llfloatermodelpreview.h
parentb56e4cf0e428187c5ed4037b843c05610ed0da2a (diff)
Fix for CTS-804. Added support for parsing translations from Blenders(v2.5.9) transform SID's.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index fc4c0607f9..47de99ce25 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -120,7 +120,8 @@ public:
void processJointNode( domNode* pNode, std::map<std::string,LLMatrix4>& jointTransforms );
void extractTranslation( domTranslate* pTranslate, LLMatrix4& transform );
void extractTranslationViaElement( daeElement* pTranslateElement, LLMatrix4& transform );
-
+ void extractTranslationViaSID( daeElement* pElement, LLMatrix4& transform );
+
void setLoadState(U32 state);
void buildJointToNodeMappingFromScene( daeElement* pRoot );