OGRE  14.2
Object-Oriented Graphics Rendering Engine
Ogre::VertexMorphKeyFrame Class Reference

Specialised KeyFrame which stores absolute vertex positions for a complete buffer, designed to be interpolated with other keys in the same track. More...

#include <OgreKeyFrame.h>

+ Inheritance diagram for Ogre::VertexMorphKeyFrame:

Public Member Functions

 VertexMorphKeyFrame (const AnimationTrack *parent, Real time)
 Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. More...
 
 ~VertexMorphKeyFrame ()
 
KeyFrame_clone (AnimationTrack *newParent) const override
 Clone a keyframe (internal use only) More...
 
const HardwareVertexBufferSharedPtrgetVertexBuffer (void) const
 Gets the vertex buffer containing positions for this keyframe. More...
 
void setVertexBuffer (const HardwareVertexBufferSharedPtr &buf)
 Sets the vertex buffer containing the source positions for this keyframe. More...
 
- 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. More...
 
virtual ~KeyFrame ()
 
Real getTime (void) const
 Gets the time of this keyframe in the animation sequence. More...
 

Detailed Description

Specialised KeyFrame which stores absolute vertex positions for a complete buffer, designed to be interpolated with other keys in the same track.

Constructor & Destructor Documentation

◆ VertexMorphKeyFrame()

Ogre::VertexMorphKeyFrame::VertexMorphKeyFrame ( const AnimationTrack parent,
Real  time 
)

Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.

◆ ~VertexMorphKeyFrame()

Ogre::VertexMorphKeyFrame::~VertexMorphKeyFrame ( )
inline

Member Function Documentation

◆ setVertexBuffer()

void Ogre::VertexMorphKeyFrame::setVertexBuffer ( const HardwareVertexBufferSharedPtr buf)

Sets the vertex buffer containing the source positions for this keyframe.

We assume that positions are the first 3 float elements in this buffer, although we don't necessarily assume they're the only ones in there.

Parameters
bufVertex buffer link; will not be modified so can be shared read-only data

◆ getVertexBuffer()

const HardwareVertexBufferSharedPtr& Ogre::VertexMorphKeyFrame::getVertexBuffer ( void  ) const

Gets the vertex buffer containing positions for this keyframe.

◆ _clone()

KeyFrame* Ogre::VertexMorphKeyFrame::_clone ( AnimationTrack newParent) const
overridevirtual

Clone a keyframe (internal use only)

Reimplemented from Ogre::KeyFrame.


The documentation for this class was generated from the following file: