ezEngine  Release 25.03
ezAnimPoseGeneratorCommandCombinePoses Struct Referencefinal

Combines all the local space poses that are given as input into one local pose. More...

#include <AnimPoseGenerator.h>

Inheritance diagram for ezAnimPoseGeneratorCommandCombinePoses:

Public Attributes

ezHybridArray< float, 4 > m_InputWeights
 
ezHybridArray< ezArrayPtr< const ozz::math::SimdFloat4 >, 4 > m_InputBoneWeights
 
- Public Attributes inherited from ezAnimPoseGeneratorCommand
ezHybridArray< ezAnimPoseGeneratorCommandID, 4 > m_Inputs
 

Friends

class ezAnimPoseGenerator
 

Additional Inherited Members

- Public Member Functions inherited from ezAnimPoseGeneratorCommand
ezAnimPoseGeneratorCommandID GetCommandID () const
 
ezAnimPoseGeneratorCommandType GetType () const
 

Detailed Description

Combines all the local space poses that are given as input into one local pose.

The input commands must be of type

Every input pose gets both an overall weight, as well as optionally a per-bone weight mask. If a per-bone mask is used, the respective input pose will only affect those bones.


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