#include <SO3VertexAnimation.h>
Public Member Functions | |
| SVertexAnimation (SScene *scene, std::string animationName, SEntity *entity, unsigned short id) | |
| ~SVertexAnimation () | |
Protected Member Functions | |
| virtual Ogre::AnimationState * | _GetOgreAnimationState () |
Definition at line 43 of file SO3VertexAnimation.h.
| SO3::SVertexAnimation::SVertexAnimation | ( | SScene * | scene, | |
| std::string | animationName, | |||
| SEntity * | entity, | |||
| unsigned short | id | |||
| ) |
Create a new vertex anim for an entity.
Definition at line 38 of file SO3VertexAnimation.cpp.
| SO3::SVertexAnimation::~SVertexAnimation | ( | ) |
Definition at line 60 of file SO3VertexAnimation.cpp.
| Ogre::AnimationState * SO3::SVertexAnimation::_GetOgreAnimationState | ( | ) | [protected, virtual] |
Get the current Animation State Internal use only
Implements SO3::SAnim.
Definition at line 64 of file SO3VertexAnimation.cpp.
1.6.3