Plasma Engine  2.0
Loading...
Searching...
No Matches
plAnimPoseGeneratorCommandCombinePoses Struct Referencefinal

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

#include <AnimPoseGenerator.h>

Inheritance diagram for plAnimPoseGeneratorCommandCombinePoses:

Public Attributes

plHybridArray< float, 4 > m_InputWeights
 
plHybridArray< plArrayPtr< const ozz::math::SimdFloat4 >, 4 > m_InputBoneWeights
 
- Public Attributes inherited from plAnimPoseGeneratorCommand
plHybridArray< plAnimPoseGeneratorCommandID, 4 > m_Inputs
 

Friends

class plAnimPoseGenerator
 

Additional Inherited Members

- Public Member Functions inherited from plAnimPoseGeneratorCommand
plAnimPoseGeneratorCommandID GetCommandID () const
 
plAnimPoseGeneratorCommandType 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: