Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
Joints. More...
#include <nirtcpp/core/engine/ISkinnedMesh.hpp>
Public Attributes | |
core::stringc | Name |
The name of this joint. | |
core::matrix4 | LocalMatrix |
Local matrix of this joint. | |
core::array< SJoint * > | Children |
List of child joints. | |
core::array< u32 > | AttachedMeshes |
List of attached meshes. | |
core::array< SPositionKey > | PositionKeys |
Animation keys causing translation change. | |
core::array< SScaleKey > | ScaleKeys |
Animation keys causing scale change. | |
core::array< SRotationKey > | RotationKeys |
Animation keys causing rotation change. | |
core::array< SWeight > | Weights |
Skin weights. | |
core::matrix4 | GlobalMatrix |
Unnecessary for loaders, will be overwritten on finalize. | |
core::matrix4 | GlobalAnimatedMatrix |
core::matrix4 | LocalAnimatedMatrix |
core::vector3df | Animatedposition |
core::vector3df | Animatedscale |
core::quaternion | Animatedrotation |
core::matrix4 | GlobalInversedMatrix |
Friends | |
class | CSkinnedMesh |
Internal members used by CSkinnedMesh. | |
Joints.