#include <SO3NodeAnimation.h>
Public Member Functions | |
| SNodeAnimation (std::string animationName, SNode *node, unsigned short id, float animationLenght) | |
| ~SNodeAnimation () | |
Protected Member Functions | |
| virtual SAnimTrack * | CreateAnimationTrackImpl (std::string newAnimationTrackName) |
Definition at line 40 of file SO3NodeAnimation.h.
| SNodeAnimation::SNodeAnimation | ( | std::string | animationName, |
| SNode * | node, | ||
| unsigned short | id, | ||
| float | animationLenght | ||
| ) |
Create a scene node animation.
Definition at line 40 of file SO3NodeAnimation.cpp.
| SNodeAnimation::~SNodeAnimation | ( | ) |
Definition at line 53 of file SO3NodeAnimation.cpp.
| SAnimTrack * SNodeAnimation::CreateAnimationTrackImpl | ( | std::string | newAnimationTrackName ) | [protected, virtual] |
If the user can manually create animation tracks, then this function must be re-defined in the derived class, otherwise not.
Reimplemented from SAnim.
Definition at line 59 of file SO3NodeAnimation.cpp.
1.7.2