XII Release 0.1.0
Loading...
Searching...
No Matches
xiiAnimPoseGeneratorCommand Struct Reference

Base class for all pose generator commands. More...

#include <AnimPoseGenerator.h>

Inheritance diagram for xiiAnimPoseGeneratorCommand:
[legend]

Public Member Functions

xiiAnimPoseGeneratorCommandID GetCommandID () const
 
xiiAnimPoseGeneratorCommandType GetType () const
 

Public Attributes

xiiHybridArray< xiiAnimPoseGeneratorCommandID, 4 > m_Inputs
 

Friends

class xiiAnimPoseGenerator
 

Detailed Description

Base class for all pose generator commands.

All commands have a unique command ID with which they are referenced. All commands can have zero or N other commands set as inputs. Every type of command only accepts certain types and amount of inputs.

The pose generation graph is built by allocating commands on the graph and then setting up which command is an input to which other node. A command can be an input to multiple other commands. It will be evaluated only once.


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