#include <humanik.h>
Public Types | |
enum | { HIKGlobalSpace = 0, HIKLocalSpace = 1 } |
Indicates whether your Node data is expressed in local or global space. More... | |
enum | { HIKGlobalSpace = 0, HIKLocalSpace = 1 } |
Indicates whether your Node data is expressed in local or global space. More... | |
Public Attributes | |
enum sHIKDataDescriptionMatrix:: { ... } | mTransformSpace |
Indicates whether your Node data is expressed in local or global space. More... | |
size_t | mMatrixOffset |
Specifies the offset of the transform matrix within each data block. More... | |
size_t | mStride |
Specifies the total size of each data block. More... | |
int * | mHIKNodeId |
A list of HumanIK Node IDs indicating which Node each of your data blocks applies to. More... | |
enum sHIKDataDescriptionMatrix:: { ... } | mTransformSpace |
Indicates whether your Node data is expressed in local or global space. More... | |
anonymous enum |
Indicates whether your Node data is expressed in local or global space.
Enumerator | |
---|---|
HIKGlobalSpace |
Data is expressed in global space. |
HIKLocalSpace |
Data is expressed in local space. |
Definition at line 1650 of file humanik.h.
anonymous enum |
Indicates whether your Node data is expressed in local or global space.
Enumerator | |
---|---|
HIKGlobalSpace |
Data is expressed in global space. |
HIKLocalSpace |
Data is expressed in local space. |
Definition at line 1690 of file humanik.h.
int * mHIKNodeId |
A list of HumanIK Node IDs indicating which Node each of your data blocks applies to.
The last value in this list must be the special token HIKLastNode. See the HIKToken enumeration.
size_t mMatrixOffset |
size_t mStride |
enum { ... } mTransformSpace |
Indicates whether your Node data is expressed in local or global space.
enum { ... } mTransformSpace |
Indicates whether your Node data is expressed in local or global space.