mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[DesktopVRIK] Set spine weight... not left arm
This commit is contained in:
parent
a390652dec
commit
5960787616
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ internal abstract class IKHandler
|
||||||
protected virtual void Update_HeadWeight()
|
protected virtual void Update_HeadWeight()
|
||||||
{
|
{
|
||||||
// There is no Head tracking setting
|
// There is no Head tracking setting
|
||||||
_solver.spine.rotationWeight = _solver.leftArm.positionWeight =
|
_solver.spine.rotationWeight = _solver.spine.positionWeight =
|
||||||
GetTargetWeight(BodySystem.TrackingEnabled, _solver.spine.headTarget != null);
|
GetTargetWeight(BodySystem.TrackingEnabled, _solver.spine.headTarget != null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue