I just want to offset my biped in mixer mode, that works by hand. but using this code:
iBipDriver.BeginModes(BMODE_MOVEALL, 1);
iBipDriver.SetBipedPos(com_pos, 0, com_node, true);
iBipDriver.EndModes(BMODE_MOVEALL, 1);
This will return back the biped to the original pos and values for the MoveAllMode dialog are still zero.Any idea why this happen?