newspeoplefor developersdocumentationdownloads

nCharacter3SkinAnimator Class Reference
[Scene System]

#include <ncharacter3skinanimator.h>

Inheritance diagram for nCharacter3SkinAnimator:

nSkinAnimator nAnimator nSceneNode nRoot nObject nNode nReferenced nSignalEmitter List of all members.

Detailed Description

(C) 2005 RadonLabs GmbH

Definition at line 22 of file ncharacter3skinanimator.h.


Public Member Functions

 nCharacter3SkinAnimator ()
 constructor
virtual ~nCharacter3SkinAnimator ()
 destructor
virtual bool LoadResources ()
 load resources
virtual void UnloadResources ()
 unload resources
virtual void Animate (nSceneNode *sceneNode, nRenderContext *renderContext)
 called by scene node objects which wish to be animated by this object
const nArray< nString > & GetNamesOfLoadedAnimations ()
 Get names of loaded Animations.
const nArray< nString > & GetNamesOfLoadedVariations ()
 Get names of loaded Variations.

Constructor & Destructor Documentation

nCharacter3SkinAnimator::nCharacter3SkinAnimator  ) 
 

constructor

Definition at line 22 of file ncharacter3skinanimator_main.cc.

nCharacter3SkinAnimator::~nCharacter3SkinAnimator  )  [virtual]
 

destructor

Definition at line 30 of file ncharacter3skinanimator_main.cc.


Member Function Documentation

bool nCharacter3SkinAnimator::LoadResources  )  [virtual]
 

load resources

-20-Apr-06 floh cleaned up a bit

at last set the current animation object on my character

Reimplemented from nSkinAnimator.

Definition at line 187 of file ncharacter3skinanimator_main.cc.

void nCharacter3SkinAnimator::UnloadResources  )  [virtual]
 

unload resources

Reimplemented from nSkinAnimator.

Definition at line 254 of file ncharacter3skinanimator_main.cc.

void nCharacter3SkinAnimator::Animate nSceneNode sceneNode,
nRenderContext renderContext
[virtual]
 

called by scene node objects which wish to be animated by this object

Reimplemented from nSkinAnimator.

Definition at line 38 of file ncharacter3skinanimator_main.cc.

const nArray< nString > & nCharacter3SkinAnimator::GetNamesOfLoadedAnimations  )  [inline]
 

Get names of loaded Animations.

Definition at line 66 of file ncharacter3skinanimator.h.

const nArray< nString > & nCharacter3SkinAnimator::GetNamesOfLoadedVariations  )  [inline]
 

Get names of loaded Variations.

Definition at line 76 of file ncharacter3skinanimator.h.


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

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.