sHIKEffectorDataDescription Struct Reference

sHIKEffectorDataDescription Struct Reference

#include <humanik.h>

Class Description

Definition at line 1928 of file humanik.h.

Public Attributes

size_t mTOffset
 Specifies the offset of the translation data within each data block. More...
 
size_t mQOffset
 Specifies the offset of the quaternion rotation data within each data block. More...
 
size_t mSOffset
 Specifies the offset of the scaling data within each data block. More...
 
size_t mParameterOffset
 Specifies the offset of the IK constraint data within each data block. More...
 
size_t mStride
 Specifies the total size of each data block. More...
 
intmHIKEffectorId
 A list of HumanIK Effector IDs indicating which Effector each of your data blocks applies to. More...
 

Member Data Documentation

int * mHIKEffectorId

A list of HumanIK Effector IDs indicating which Effector each of your data blocks applies to.

The last value in this list must be the special token HIKLastNode. See the HIKToken enumeration.

Definition at line 1936 of file humanik.h.

size_t mParameterOffset

Specifies the offset of the IK constraint data within each data block.

Must be a 4x1 vector, aligned on 16 bytes. The format of this data must be {ReachT, ReachR, Pull, Resist}, and each value must be between 0.0 and 1.0.

Definition at line 1933 of file humanik.h.

size_t mQOffset

Specifies the offset of the quaternion rotation data within each data block.

Must be a 4x1 vector, aligned on 16 bytes.

Definition at line 1931 of file humanik.h.

size_t mSOffset

Specifies the offset of the scaling data within each data block.

Must be a 4x1 vector, aligned on 16 bytes.

Definition at line 1932 of file humanik.h.

size_t mStride

Specifies the total size of each data block.

Definition at line 1935 of file humanik.h.

size_t mTOffset

Specifies the offset of the translation data within each data block.

Must be a 4x1 vector, aligned on 16 bytes.

Definition at line 1930 of file humanik.h.


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