Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::DualQuatSkinDeformer::BoneInfo Struct Reference

#include <DualQuatSkinDeformer.h>

Public Attributes

size_t m_nodeNr
 
MCore::DualQuaternion m_dualQuat
 

Detailed Description

Structure used for pre-calculating the skinning matrices.

Member Data Documentation

◆ m_dualQuat

MCore::DualQuaternion EMotionFX::DualQuatSkinDeformer::BoneInfo::m_dualQuat

The dual quat of the pre-calculated matrix that contains the "globalMatrix * inverse(bindPoseMatrix)".

◆ m_nodeNr

size_t EMotionFX::DualQuatSkinDeformer::BoneInfo::m_nodeNr

The node number.


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