_keyFrameDataChanged(void) const | Ogre::AnimationTrack | [virtual] |
AnimationTrack(Animation *parent, unsigned short handle) | Ogre::AnimationTrack | |
apply(Real timePos, Real weight=1.0, bool accumulate=false, Real scale=1.0f) | Ogre::VertexAnimationTrack | [virtual] |
applyPoseToVertexData(const Pose *pose, VertexData *data, Real influence) | Ogre::VertexAnimationTrack | [protected] |
applyToVertexData(VertexData *data, Real timePos, Real weight=1.0, const PoseList *poseList=0) | Ogre::VertexAnimationTrack | [virtual] |
createKeyFrame(Real timePos) | Ogre::AnimationTrack | [virtual] |
createKeyFrameImpl(Real time) | Ogre::VertexAnimationTrack | [protected, virtual] |
createVertexMorphKeyFrame(Real timePos) | Ogre::VertexAnimationTrack | [virtual] |
createVertexPoseKeyFrame(Real timePos) | Ogre::VertexAnimationTrack | [virtual] |
getAnimationType(void) const | Ogre::VertexAnimationTrack | |
getAssociatedVertexData(void) const | Ogre::VertexAnimationTrack | |
getHandle(void) const | Ogre::AnimationTrack | |
getInterpolatedKeyFrame(Real timeIndex, KeyFrame *kf) const | Ogre::VertexAnimationTrack | [virtual] |
getKeyFrame(unsigned short index) const | Ogre::AnimationTrack | [virtual] |
getKeyFramesAtTime(Real timePos, KeyFrame **keyFrame1, KeyFrame **keyFrame2, unsigned short *firstKeyIndex=0) const | Ogre::AnimationTrack | [virtual] |
getNumKeyFrames(void) const | Ogre::AnimationTrack | [virtual] |
getTargetMode(void) const | Ogre::VertexAnimationTrack | |
getVertexMorphKeyFrame(unsigned short index) const | Ogre::VertexAnimationTrack | |
getVertexPoseKeyFrame(unsigned short index) const | Ogre::VertexAnimationTrack | |
hasNonZeroKeyFrames(void) const | Ogre::VertexAnimationTrack | [virtual] |
KeyFrameList typedef | Ogre::AnimationTrack | [protected] |
mAnimationType | Ogre::VertexAnimationTrack | [protected] |
mHandle | Ogre::AnimationTrack | [protected] |
mKeyFrames | Ogre::AnimationTrack | [protected] |
mMaxKeyFrameTime | Ogre::AnimationTrack | [protected] |
mParent | Ogre::AnimationTrack | [protected] |
mTargetMode | Ogre::VertexAnimationTrack | [protected] |
mTargetVertexData | Ogre::VertexAnimationTrack | [protected] |
optimise(void) | Ogre::VertexAnimationTrack | [virtual] |
removeAllKeyFrames(void) | Ogre::AnimationTrack | [virtual] |
removeKeyFrame(unsigned short index) | Ogre::AnimationTrack | [virtual] |
setAssociatedVertexData(VertexData *data) | Ogre::VertexAnimationTrack | |
setTargetMode(TargetMode m) | Ogre::VertexAnimationTrack | |
TargetMode enum name | Ogre::VertexAnimationTrack | |
TM_HARDWARE enum value | Ogre::VertexAnimationTrack | |
TM_SOFTWARE enum value | Ogre::VertexAnimationTrack | |
VertexAnimationTrack(Animation *parent, unsigned short handle, VertexAnimationType animType) | Ogre::VertexAnimationTrack | |
VertexAnimationTrack(Animation *parent, unsigned short handle, VertexAnimationType animType, VertexData *targetData, TargetMode target=TM_SOFTWARE) | Ogre::VertexAnimationTrack | |
~AnimationTrack() | Ogre::AnimationTrack | [virtual] |