Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <ISkinnedMesh.h>
Public Member Functions | |
SJoint () | |
Public Attributes | |
core::vector3df | Animatedposition |
core::quaternion | Animatedrotation |
core::vector3df | Animatedscale |
core::array< u32 > | AttachedMeshes |
List of attached meshes. | |
core::array< SJoint * > | Children |
List of child joints. | |
core::matrix4 | GlobalAnimatedMatrix |
core::matrix4 | GlobalInversedMatrix |
core::matrix4 | GlobalMatrix |
Unnecessary for loaders, will be overwritten on finalize. | |
core::matrix4 | LocalAnimatedMatrix |
core::matrix4 | LocalMatrix |
Local matrix of this joint. | |
core::stringc | Name |
The name of this joint. | |
core::array< SPositionKey > | PositionKeys |
Animation keys causing translation change. | |
core::array< SRotationKey > | RotationKeys |
Animation keys causing rotation change. | |
core::array< SScaleKey > | ScaleKeys |
Animation keys causing scale change. | |
core::array< SWeight > | Weights |
Skin weights. | |
Friends | |
class | CSkinnedMesh |
Internal members used by CSkinnedMesh. |
Definition at line 125 of file ISkinnedMesh.h.
irr::scene::ISkinnedMesh::SJoint::SJoint | ( | ) | [inline] |
Definition at line 127 of file ISkinnedMesh.h.
friend class CSkinnedMesh [friend] |
Definition at line 160 of file ISkinnedMesh.h.
Definition at line 162 of file ISkinnedMesh.h.
Definition at line 161 of file ISkinnedMesh.h.
Definition at line 158 of file ISkinnedMesh.h.
Definition at line 164 of file ISkinnedMesh.h.
Unnecessary for loaders, will be overwritten on finalize.
Definition at line 157 of file ISkinnedMesh.h.
Definition at line 159 of file ISkinnedMesh.h.
The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:16 2010 by Doxygen
(1.5.6) |