setGoalOffset

public void setGoalOffset(Vector3f offset)

Sets the IK goal offset from animation. This offset is relative to the null object's rest position.

Parameters

offset

The goal offset from animation (in model space)


public void setGoalOffset(float x, float y, float z)

Sets the IK goal offset from animation values.

Parameters

x

X offset

y

Y offset

z

Z offset