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>
|
| struct | PoseRef |
| | Reference to a pose at a given influence level. More...
|
| |
|
| | 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 |
| | Clone a keyframe (internal use only)
|
| |
| void | addPoseReference (ushort poseIndex, Real 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.
|
| |
| Real | getTime (void) const |
| | Gets the time of this keyframe in the animation sequence.
|
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
| void | removeAllPoseReferences (void) |
| | Remove all pose references.
|
| |
| void | removePoseReference (ushort poseIndex) |
| | Remove reference to a given pose.
|
| |
| void | updatePoseReference (ushort poseIndex, Real influence) |
| | Update the influence of a pose reference.
|
| |
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.
◆ ConstPoseRefIterator
◆ PoseRefIterator
◆ PoseRefList
◆ VertexPoseKeyFrame()
| Ogre::v1::VertexPoseKeyFrame::VertexPoseKeyFrame |
( |
const AnimationTrack * |
parent, |
|
|
Real |
time |
|
) |
| |
◆ ~VertexPoseKeyFrame()
| Ogre::v1::VertexPoseKeyFrame::~VertexPoseKeyFrame |
( |
| ) |
|
|
inline |
◆ _applyBaseKeyFrame()
◆ _clone()
◆ addPoseReference()
| void Ogre::v1::VertexPoseKeyFrame::addPoseReference |
( |
ushort |
poseIndex, |
|
|
Real |
influence |
|
) |
| |
Add a new pose reference.
- See also
- PoseRef
◆ getPoseReferenceIterator() [1/2]
| PoseRefIterator Ogre::v1::VertexPoseKeyFrame::getPoseReferenceIterator |
( |
void |
| ) |
|
Get an iterator over the pose references.
◆ getPoseReferenceIterator() [2/2]
Get a const iterator over the pose references.
◆ getPoseReferences()
| const PoseRefList & Ogre::v1::VertexPoseKeyFrame::getPoseReferences |
( |
void |
| ) |
const |
Get a const reference to the list of pose references.
◆ getTime()
| Real Ogre::v1::KeyFrame::getTime |
( |
void |
| ) |
const |
|
inlineinherited |
Gets the time of this keyframe in the animation sequence.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
template<class Alloc >
| void * Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
| void * Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
array operator new, with debug line info
◆ removeAllPoseReferences()
| void Ogre::v1::VertexPoseKeyFrame::removeAllPoseReferences |
( |
void |
| ) |
|
Remove all pose references.
◆ removePoseReference()
| void Ogre::v1::VertexPoseKeyFrame::removePoseReference |
( |
ushort |
poseIndex | ) |
|
Remove reference to a given pose.
- Parameters
-
| poseIndex | The pose index (not the index of the reference) |
◆ updatePoseReference()
| void Ogre::v1::VertexPoseKeyFrame::updatePoseReference |
( |
ushort |
poseIndex, |
|
|
Real |
influence |
|
) |
| |
Update the influence of a pose reference.
- See also
- PoseRef
The documentation for this class was generated from the following file: