mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
i dont rememebr
This commit is contained in:
parent
374ab6c11e
commit
86828a94e2
48 changed files with 1637 additions and 841 deletions
|
@ -16,7 +16,6 @@ public class IKManager : MonoBehaviour
|
|||
#region Variables
|
||||
|
||||
public BodyControl BodyControl = new BodyControl();
|
||||
public WeightManipulatorManager WeightManipulator = new WeightManipulatorManager();
|
||||
|
||||
public static VRIK vrik => _vrik;
|
||||
private static VRIK _vrik;
|
||||
|
@ -86,9 +85,6 @@ public class IKManager : MonoBehaviour
|
|||
_rightHandTarget = _rightController.Find("RightHandTarget");
|
||||
_rightHandRotations = _rightHandTarget.Find("RightHandRotations");
|
||||
|
||||
WeightManipulator.AddOverride(new TrackingControlManipulator());
|
||||
WeightManipulator.AddOverride(new DeviceControlManipulator());
|
||||
|
||||
BodyControl.Start();
|
||||
}
|
||||
|
||||
|
@ -99,9 +95,6 @@ public class IKManager : MonoBehaviour
|
|||
|
||||
BodyControl.Update();
|
||||
|
||||
if (vrik.solver != null)
|
||||
WeightManipulator.UpdateWeights(vrik.solver);
|
||||
|
||||
_ikHandler?.UpdateWeights();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue