Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IDummyTransformationSceneNode.h>
Public Member Functions | |
virtual core::matrix4 & | getRelativeTransformationMatrix ()=0 |
Returns a reference to the current relative transformation matrix. | |
IDummyTransformationSceneNode (ISceneNode *parent, ISceneManager *mgr, s32 id) | |
Constructor. |
This scene node does not render itself, and does not respond to set/getPosition, set/getRotation and set/getScale. Its just a simple scene node that takes a matrix as relative transformation, making it possible to insert any transformation anywhere into the scene graph. This scene node is for example used by the IAnimatedMeshSceneNode for emulating joint scene nodes when playing skeletal animations.
Definition at line 23 of file IDummyTransformationSceneNode.h.
irr::scene::IDummyTransformationSceneNode::IDummyTransformationSceneNode | ( | ISceneNode * | parent, | |
ISceneManager * | mgr, | |||
s32 | id | |||
) | [inline] |
virtual core::matrix4& irr::scene::IDummyTransformationSceneNode::getRelativeTransformationMatrix | ( | ) | [pure virtual] |
Returns a reference to the current relative transformation matrix.
This is the matrix, this scene node uses instead of scale, translation and rotation.
The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:13 2010 by Doxygen
(1.5.6) |