OGRE
1.10.12
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 vector< PoseRef >::type | PoseRefList |
Public Member Functions | |
VertexPoseKeyFrame (const AnimationTrack *parent, Real time) | |
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. More... | |
~VertexPoseKeyFrame () | |
void | _applyBaseKeyFrame (const VertexPoseKeyFrame *base) |
KeyFrame * | _clone (AnimationTrack *newParent) const |
Clone a keyframe (internal use only) More... | |
void | addPoseReference (ushort poseIndex, Real influence) |
Add a new pose reference. More... | |
PoseRefIterator | getPoseReferenceIterator (void) |
Get an iterator over the pose references. More... | |
ConstPoseRefIterator | getPoseReferenceIterator (void) const |
Get a const iterator over the pose references. More... | |
const PoseRefList & | getPoseReferences (void) const |
Get a const reference to the list of pose references. More... | |
Real | getTime (void) const |
Gets the time of this keyframe in the animation sequence. More... | |
void | removeAllPoseReferences (void) |
Remove all pose references. More... | |
void | removePoseReference (ushort poseIndex) |
Remove reference to a given pose. More... | |
void | updatePoseReference (ushort poseIndex, Real influence) |
Update the influence of a pose reference. More... | |
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 vector<PoseRef>::type 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.
void Ogre::VertexPoseKeyFrame::removePoseReference | ( | ushort | poseIndex | ) |
Remove reference to a given pose.
poseIndex | The pose index (not the index of the reference) |
void Ogre::VertexPoseKeyFrame::removeAllPoseReferences | ( | void | ) |
Remove all pose references.
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.
|
virtual |
Clone a keyframe (internal use only)
Reimplemented from Ogre::KeyFrame.
void Ogre::VertexPoseKeyFrame::_applyBaseKeyFrame | ( | const VertexPoseKeyFrame * | base | ) |
|
inlineinherited |
Gets the time of this keyframe in the animation sequence.