OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::v1::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::v1::VertexMorphKeyFrame:

Public Member Functions

 VertexMorphKeyFrame (const AnimationTrack *parent, Real time)
 Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. More...
 
 ~VertexMorphKeyFrame () override
 
KeyFrame_clone (AnimationTrack *newParent) const override
 Clone a keyframe (internal use only) More...
 
const HardwareVertexBufferSharedPtrgetVertexBuffer () 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::v1::KeyFrame
 KeyFrame (const AnimationTrack *parent, Real time)
 Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. More...
 
virtual ~KeyFrame ()
 
Real getTime () 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::v1::VertexMorphKeyFrame::VertexMorphKeyFrame ( const AnimationTrack parent,
Real  time 
)

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

◆ ~VertexMorphKeyFrame()

Ogre::v1::VertexMorphKeyFrame::~VertexMorphKeyFrame ( )
inlineoverride

Member Function Documentation

◆ _clone()

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

Clone a keyframe (internal use only)

Reimplemented from Ogre::v1::KeyFrame.

◆ getVertexBuffer()

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

Gets the vertex buffer containing positions for this keyframe.

Referenced by Ogre::VerticesRemapInfo::performAnimationTrackRemap().

◆ setVertexBuffer()

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

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

Remarks
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

Referenced by Ogre::VerticesRemapInfo::performAnimationTrackRemap().


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