PixelLightAPI  .
Public Member Functions
PLScene::SNMMeshAnimation Class Reference

Mesh scene node animation modifier class. More...

#include <SNMMeshAnimation.h>

Inheritance diagram for PLScene::SNMMeshAnimation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLS_API PLCore::String GetName () const
PLS_API void SetName (const PLCore::String &sValue)
PLS_API float GetFrame () const
PLS_API void SetFrame (float fValue)
PLS_API float GetSpeed () const
PLS_API void SetSpeed (float fValue)
PLS_API float GetWeight () const
PLS_API void SetWeight (float fValue)
PLS_API float GetMinWeight () const
PLS_API void SetMinWeight (float fValue)
PLS_API float GetMaxWeight () const
PLS_API void SetMaxWeight (float fValue)
PLS_API SNMMeshAnimation (SceneNode &cSceneNode)
 Constructor.
virtual PLS_API ~SNMMeshAnimation ()
 Destructor.

Detailed Description

Mesh scene node animation modifier class.

Note:
  • Adds automatically a "PLScene::SNMMeshUpdate" scene node modifier (if there's not yet one) in order to frequently update the mesh
  • If the node has no mesh with animations, this modifier will have no effect

Constructor & Destructor Documentation

Constructor.

Parameters:
[in]cSceneNodeOwner scene node
virtual PLS_API PLScene::SNMMeshAnimation::~SNMMeshAnimation ( ) [virtual]

Destructor.


Member Function Documentation

PLS_API void PLScene::SNMMeshAnimation::SetName ( const PLCore::String sValue)
PLS_API float PLScene::SNMMeshAnimation::GetFrame ( ) const
PLS_API void PLScene::SNMMeshAnimation::SetFrame ( float  fValue)
PLS_API float PLScene::SNMMeshAnimation::GetSpeed ( ) const
PLS_API void PLScene::SNMMeshAnimation::SetSpeed ( float  fValue)
PLS_API float PLScene::SNMMeshAnimation::GetWeight ( ) const
PLS_API void PLScene::SNMMeshAnimation::SetWeight ( float  fValue)
PLS_API float PLScene::SNMMeshAnimation::GetMinWeight ( ) const
PLS_API void PLScene::SNMMeshAnimation::SetMinWeight ( float  fValue)
PLS_API float PLScene::SNMMeshAnimation::GetMaxWeight ( ) const
PLS_API void PLScene::SNMMeshAnimation::SetMaxWeight ( float  fValue)

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


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:24
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported