Exemplo n.º 1
0
 public void WritePose()
 {
     // Rotating back to the last maintained rotation
     boneMap.RotateToMaintain(solver.GetIKPositionWeight() * maintainRotationWeight);
 }
Exemplo n.º 2
0
 public void WritePose(float solverWeight)
 {
     // Rotating back to the last maintained rotation
     boneMap.RotateToMaintain(solverWeight * maintainRotationWeight);
 }