nBlendShapeAnimator Class Reference
[Scene System]
#include <nblendshapeanimator.h>
Inheritance diagram for nBlendShapeAnimator:

Detailed Description
(C) 2004 RadonLabs GmbH
Definition at line 15 of file nblendshapeanimator.h.
Public Member Functions | |
| nBlendShapeAnimator () | |
| constructor | |
| virtual | ~nBlendShapeAnimator () |
| destructor | |
| virtual bool | SaveCmds (nPersistServer *ps) |
| save object to persistent stream | |
| virtual bool | LoadResources () |
| load resources | |
| virtual void | UnloadResources () |
| unload resources | |
| virtual Type | GetAnimatorType () const |
| return the type of this animator object | |
| void | SetAnimation (const nString &name) |
| set the animation resource name | |
| const nString & | GetAnimation () |
| get the animation resource name | |
| void | SetAnimationGroup (int group) |
| set the animation group to use | |
| int | GetAnimationGroup () |
| get which animation group is used | |
| virtual void | Animate (nSceneNode *sceneNode, nRenderContext *renderContext) |
| called by scene node objects which wish to be animated by this object | |
Constructor & Destructor Documentation
|
|
constructor
Definition at line 14 of file nblendshapeanimator_main.cc. |
|
|
destructor
Definition at line 24 of file nblendshapeanimator_main.cc. |
Member Function Documentation
|
|
save object to persistent stream
Reimplemented from nAnimator. |
|
|
load resources Load the resources needed by this object. Reimplemented from nSceneNode. Definition at line 83 of file nblendshapeanimator_main.cc. |
|
|
unload resources Unload the resources if refcount has reached zero. Reimplemented from nSceneNode. Definition at line 98 of file nblendshapeanimator_main.cc. |
|
|
return the type of this animator object
Reimplemented from nAnimator. Definition at line 33 of file nblendshapeanimator_main.cc. |
|
|
set the animation resource name Set the resource name. The animation resource name consists of the filename of the animation. Definition at line 62 of file nblendshapeanimator.h. |
|
|
get the animation resource name Get the animation resource name. Definition at line 75 of file nblendshapeanimator.h. |
|
|
set the animation group to use
Definition at line 85 of file nblendshapeanimator.h. |
|
|
get which animation group is used
Definition at line 95 of file nblendshapeanimator.h. |
|
||||||||||||
|
called by scene node objects which wish to be animated by this object This does the actual work of manipulate the target object.
Reimplemented from nAnimator. Definition at line 112 of file nblendshapeanimator_main.cc. |
The documentation for this class was generated from the following files: