diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-01-06 11:01:17 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-01-06 11:01:17 -0500 |
commit | 9c6c0463277fc9e193932da736231a47752676c5 (patch) | |
tree | 6070c94cdce91cd900f95d4f4eae105d1ef2fee7 /indra/newview/llfloatermodelpreview.h | |
parent | 64ca3553b15d20ae190973b5546809c938a39450 (diff) | |
parent | c9f3a5574e223bec95b4ec374fd164ba9a486c2a (diff) |
Automated merge from mesh-development
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 9dceb9c145..04e5b9591c 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -111,11 +111,16 @@ public: void extractTranslation( domTranslate* pTranslate, LLMatrix4& transform ); void extractTranslationViaElement( daeElement* pTranslateElement, LLMatrix4& transform ); + bool doesJointArrayContainACompleteRig( const std::vector<std::string> &modelJointList ); + bool checkForCompleteRig( const std::vector<std::string> &jointListFromModel ); + void setLoadState( U32 state ) { mState = state; } U32 getLoadState( void ) { return mState; } //map of avatar joints as named in COLLADA assets to internal joint names std::map<std::string, std::string> mJointMap; + std::deque<std::string> mMasterJointList; + bool mResetJoints; }; class LLFloaterModelPreview : public LLFloater |