mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 06:49:22 +00:00
[IKFixes] Fix chest offset.
This commit is contained in:
parent
92bbd72338
commit
609afc37fc
2 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,10 @@ internal static class BodySystemPatches
|
||||||
parent = IKSystem.vrik.references.rightCalf;
|
parent = IKSystem.vrik.references.rightCalf;
|
||||||
offsetDistance = 0.15f;
|
offsetDistance = 0.15f;
|
||||||
break;
|
break;
|
||||||
|
case TrackingPoint.TrackingRole.Chest:
|
||||||
|
parent = IKSystem.vrik.references.chest;
|
||||||
|
offsetDistance = 0.5f;
|
||||||
|
break;
|
||||||
case TrackingPoint.TrackingRole.LeftElbow:
|
case TrackingPoint.TrackingRole.LeftElbow:
|
||||||
parent = IKSystem.vrik.references.leftForearm;
|
parent = IKSystem.vrik.references.leftForearm;
|
||||||
offsetDistance = -0.15f;
|
offsetDistance = -0.15f;
|
||||||
|
|
|
@ -25,6 +25,6 @@ using System.Reflection;
|
||||||
namespace NAK.IKFixes.Properties;
|
namespace NAK.IKFixes.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "1.0.9";
|
public const string Version = "1.1.0";
|
||||||
public const string Author = "NotAKidoS";
|
public const string Author = "NotAKidoS";
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue