Expose IK solver options including DLS and SDLS.
This commit is contained in:
@@ -633,15 +633,6 @@ struct CalculateMassMatrixResultArgs
|
||||
int m_dofCount;
|
||||
};
|
||||
|
||||
enum EnumCalculateInverseKinematicsFlags
|
||||
{
|
||||
IK_HAS_TARGET_POSITION=1,
|
||||
IK_HAS_TARGET_ORIENTATION=2,
|
||||
IK_HAS_NULL_SPACE_VELOCITY=4,
|
||||
IK_HAS_JOINT_DAMPING=8,
|
||||
//IK_HAS_CURRENT_JOINT_POSITIONS=16,//not used yet
|
||||
};
|
||||
|
||||
struct CalculateInverseKinematicsArgs
|
||||
{
|
||||
int m_bodyUniqueId;
|
||||
|
||||
Reference in New Issue
Block a user