Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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:

Ogre::KeyFrame List of all members.

Public Member Functions

 VertexMorphKeyFrame (const AnimationTrack *parent, Real time)
 Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.

 ~VertexMorphKeyFrame ()
void setVertexBuffer (const HardwareVertexBufferSharedPtr &buf)
 Sets the vertex buffer containing the source positions for this keyframe.

const HardwareVertexBufferSharedPtrgetVertexBuffer (void) const
 Gets the vertex buffer containing positions for this keyframe.

virtual Real getTime (void) const
 Gets the time of this keyframe in the animation sequence.


Protected Attributes

HardwareVertexBufferSharedPtr mBuffer
Real mTime
const AnimationTrackmParentTrack

Detailed Description

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

Definition at line 136 of file OgreKeyFrame.h.


Constructor & Destructor Documentation

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

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

Ogre::VertexMorphKeyFrame::~VertexMorphKeyFrame  ) 
 

Definition at line 141 of file OgreKeyFrame.h.


Member Function Documentation

virtual Real Ogre::KeyFrame::getTime void   )  const [virtual, inherited]
 

Gets the time of this keyframe in the animation sequence.

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

Gets the vertex buffer containing positions for this keyframe.

void Ogre::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:
buf Vertex buffer link; will not be modified so can be shared read-only data


Member Data Documentation

HardwareVertexBufferSharedPtr Ogre::VertexMorphKeyFrame::mBuffer [protected]
 

Definition at line 155 of file OgreKeyFrame.h.

const AnimationTrack* Ogre::KeyFrame::mParentTrack [protected, inherited]
 

Definition at line 61 of file OgreKeyFrame.h.

Real Ogre::KeyFrame::mTime [protected, inherited]
 

Definition at line 60 of file OgreKeyFrame.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:39:29 2006