struct SParametricSampler { uint8 m_nParametricType; uint8 m_numDimensions; f32 m_MotionParameter[MAX_LMG_DIMENSIONS]; uint8 m_MotionParameterID[MAX_LMG_DIMENSIONS]; uint8 m_MotionParameterFlags[MAX_LMG_DIMENSIONS]; };
CryCharAnimationParams.h
f32 m_MotionParameter[MAX_LMG_DIMENSIONS];
we have only 4 dimensions per blend-space
uint8 m_MotionParameterFlags[MAX_LMG_DIMENSIONS];
we have only 4 dimensions per blend-space
uint8 m_MotionParameterID[MAX_LMG_DIMENSIONS];
we have only 4 dimensions per blend-space
uint8 m_nParametricType;
Type of Group: i.e. I2M, M2I, MOVE, Idle-Step, Idle-Rot, etc....
uint8 m_numDimensions;
how many dimensions are used in this Parametric Group
virtual ~SParametricSampler();
virtual uint8 GetCurrentSegmentIndexBSpace() const = 0;