#include <llkeyframemotion.h>

Public Member Functions | |
| void | update (LLJointState *joint_state, F32 time, F32 duration) |
Public Attributes | |
| PositionCurve | mPositionCurve |
| RotationCurve | mRotationCurve |
| ScaleCurve | mScaleCurve |
| std::string | mJointName |
| U32 | mUsage |
| LLJoint::JointPriority | mPriority |
Definition at line 387 of file llkeyframemotion.h.
| void LLKeyframeMotion::JointMotion::update | ( | LLJointState * | joint_state, | |
| F32 | time, | |||
| F32 | duration | |||
| ) |
Definition at line 379 of file llkeyframemotion.cpp.
References LLJointState::getUsage(), LLKeyframeMotion::PositionCurve::getValue(), LLKeyframeMotion::RotationCurve::getValue(), LLKeyframeMotion::ScaleCurve::getValue(), LLKeyframeMotion::PositionCurve::mNumKeys, LLKeyframeMotion::RotationCurve::mNumKeys, LLKeyframeMotion::ScaleCurve::mNumKeys, mPositionCurve, mRotationCurve, mScaleCurve, NULL, LLJointState::POS, LLJointState::ROT, LLJointState::SCALE, LLJointState::setPosition(), LLJointState::setRotation(), LLJointState::setScale(), and indra::util::llmanifest::usage().
Referenced by LLKeyframeMotion::applyKeyframes().


Definition at line 390 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::JointMotionList::dumpDiagInfo(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), and update().
Definition at line 391 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::JointMotionList::dumpDiagInfo(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), and update().
Definition at line 392 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::JointMotionList::dumpDiagInfo(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), and update().
| std::string LLKeyframeMotion::JointMotion::mJointName |
Definition at line 393 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::JointMotionList::dumpDiagInfo(), LLKeyframeMotion::onInitialize(), and LLKeyframeMotion::serialize().
Definition at line 394 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::JointMotionList::dumpDiagInfo(), and LLKeyframeMotion::onInitialize().
Definition at line 395 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::onInitialize(), LLKeyframeMotion::serialize(), and LLKeyframeMotion::setPriority().
1.5.5