OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Specialised KeyFrame which references a Mesh::Pose at a certain influence level, which stores offsets for a subset of the vertices in a buffer to provide a blendable pose. More...
#include <OgreKeyFrame.h>
Classes | |
struct | PoseRef |
Reference to a pose at a given influence level. More... | |
Public Types | |
typedef ConstVectorIterator< PoseRefList > | ConstPoseRefIterator |
typedef VectorIterator< PoseRefList > | PoseRefIterator |
typedef std::vector< PoseRef > | PoseRefList |
Public Member Functions | |
VertexPoseKeyFrame (const AnimationTrack *parent, Real time) | |
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. | |
~VertexPoseKeyFrame () | |
void | _applyBaseKeyFrame (const VertexPoseKeyFrame *base) |
KeyFrame * | _clone (AnimationTrack *newParent) const override |
Clone a keyframe (internal use only) | |
void | addPoseReference (ushort poseIndex, float influence) |
Add a new pose reference. | |
PoseRefIterator | getPoseReferenceIterator (void) |
Get an iterator over the pose references. | |
ConstPoseRefIterator | getPoseReferenceIterator (void) const |
Get a const iterator over the pose references. | |
const PoseRefList & | getPoseReferences (void) const |
Get a const reference to the list of pose references. | |
void | removeAllPoseReferences (void) |
Remove all pose references. | |
void | removePoseReference (ushort poseIndex) |
Remove reference to a given pose. | |
void | updatePoseReference (ushort poseIndex, float influence) |
Update the influence of a pose reference. | |
Public Member Functions inherited from Ogre::KeyFrame | |
KeyFrame (const AnimationTrack *parent, Real time) | |
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. | |
virtual | ~KeyFrame () |
Real | getTime (void) const |
Gets the time of this keyframe in the animation sequence. | |
Specialised KeyFrame which references a Mesh::Pose at a certain influence level, which stores offsets for a subset of the vertices in a buffer to provide a blendable pose.
typedef std::vector<PoseRef> Ogre::VertexPoseKeyFrame::PoseRefList |
Ogre::VertexPoseKeyFrame::VertexPoseKeyFrame | ( | const AnimationTrack * | parent, |
Real | time | ||
) |
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.
|
inline |
Add a new pose reference.
Update the influence of a pose reference.
Remove reference to a given pose.
poseIndex | The pose index (not the index of the reference) |
const PoseRefList & Ogre::VertexPoseKeyFrame::getPoseReferences | ( | void | ) | const |
Get a const reference to the list of pose references.
PoseRefIterator Ogre::VertexPoseKeyFrame::getPoseReferenceIterator | ( | void | ) |
Get an iterator over the pose references.
ConstPoseRefIterator Ogre::VertexPoseKeyFrame::getPoseReferenceIterator | ( | void | ) | const |
Get a const iterator over the pose references.
|
overridevirtual |
Clone a keyframe (internal use only)
Reimplemented from Ogre::KeyFrame.
void Ogre::VertexPoseKeyFrame::_applyBaseKeyFrame | ( | const VertexPoseKeyFrame * | base | ) |