mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fix movement parent ik
This commit is contained in:
parent
51ff6e8333
commit
81a84c125c
3 changed files with 105 additions and 43 deletions
|
@ -1,13 +1,13 @@
|
|||
using RootMotion.FinalIK;
|
||||
using UnityEngine;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK;
|
||||
|
||||
public static class VRIKUtils
|
||||
{
|
||||
static readonly FieldInfo vrik_bendNormalRelToPelvis = typeof(IKSolverVR.Leg).GetField("bendNormalRelToPelvis", BindingFlags.NonPublic | BindingFlags.Instance);
|
||||
|
||||
|
||||
public static void ConfigureVRIKReferences(VRIK vrik, bool useVRIKToes, bool findUnmappedToes, out bool foundUnmappedToes)
|
||||
{
|
||||
foundUnmappedToes = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue