

Public Member Functions | |
| LLPelvisFixMotion (const LLUUID &id) | |
| virtual | ~LLPelvisFixMotion () |
| virtual BOOL | getLoop () |
| virtual F32 | getDuration () |
| virtual F32 | getEaseInDuration () |
| virtual F32 | getEaseOutDuration () |
| virtual LLJoint::JointPriority | getPriority () |
| virtual LLMotionBlendType | getBlendType () |
| virtual F32 | getMinPixelArea () |
| virtual LLMotionInitStatus | onInitialize (LLCharacter *character) |
| virtual BOOL | onActivate () |
| virtual BOOL | onUpdate (F32 time, U8 *joint_mask) |
| virtual void | onDeactivate () |
Static Public Member Functions | |
| static LLMotion * | create (const LLUUID &id) |
Public Attributes | |
| LLPointer< LLJointState > | mPelvisState |
| LLCharacter * | mCharacter |
Definition at line 523 of file llvoavatar.cpp.
| LLPelvisFixMotion::LLPelvisFixMotion | ( | const LLUUID & | id | ) | [inline] |
Definition at line 528 of file llvoavatar.cpp.
References LLMotion::mName, and mPelvisState.
Referenced by create().

| virtual LLPelvisFixMotion::~LLPelvisFixMotion | ( | ) | [inline, virtual] |
Definition at line 537 of file llvoavatar.cpp.
Reimplemented from LLMotion.
Definition at line 545 of file llvoavatar.cpp.
References LLPelvisFixMotion().
Referenced by LLVOAvatar::LLVOAvatar().


| virtual BOOL LLPelvisFixMotion::getLoop | ( | ) | [inline, virtual] |
| virtual F32 LLPelvisFixMotion::getDuration | ( | ) | [inline, virtual] |
| virtual F32 LLPelvisFixMotion::getEaseInDuration | ( | ) | [inline, virtual] |
| virtual F32 LLPelvisFixMotion::getEaseOutDuration | ( | ) | [inline, virtual] |
| virtual LLJoint::JointPriority LLPelvisFixMotion::getPriority | ( | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 565 of file llvoavatar.cpp.
References LLJoint::LOW_PRIORITY.
| virtual LLMotionBlendType LLPelvisFixMotion::getBlendType | ( | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 567 of file llvoavatar.cpp.
References LLMotion::NORMAL_BLEND.
| virtual F32 LLPelvisFixMotion::getMinPixelArea | ( | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 570 of file llvoavatar.cpp.
References MIN_REQUIRED_PIXEL_AREA_PELVIS_FIX.
| virtual LLMotionInitStatus LLPelvisFixMotion::onInitialize | ( | LLCharacter * | character | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 575 of file llvoavatar.cpp.
References LLMotion::addJointState(), LLCharacter::getJoint(), mCharacter, mPelvisState, LLJointState::POS, LLMotion::STATUS_FAILURE, and LLMotion::STATUS_SUCCESS.

| virtual BOOL LLPelvisFixMotion::onActivate | ( | ) | [inline, virtual] |
Implements LLMotion.
Definition at line 598 of file llvoavatar.cpp.
References mPelvisState, TRUE, and LLVector3::zero.
| virtual void LLPelvisFixMotion::onDeactivate | ( | ) | [inline, virtual] |
Definition at line 612 of file llvoavatar.cpp.
Referenced by LLPelvisFixMotion(), onInitialize(), and onUpdate().
1.5.5