![]() |
XII Release 0.1.0
|
Sent to objects when a parent component is generating an animation pose, to inject additional pose commands, for instance to apply inverse kinematics (IK). More...
#include <Declarations.h>
Public Member Functions | |
XII_DECLARE_MESSAGE_TYPE (xiiMsgAnimationPoseGeneration, xiiMessage) | |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
xiiAnimPoseGenerator * | m_pGenerator = nullptr |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
Sent to objects when a parent component is generating an animation pose, to inject additional pose commands, for instance to apply inverse kinematics (IK).
The message contains the xiiAnimPoseGenerator that is currently being built. Usually it has already been executed once and generated a pose (in model space), which can be queried to build upon. Additional commands can then be added to modify the pose. This is mainly meant for inverse kinematics use cases.