NotAKidoS / StateBehaviours

ChilloutVR mod that adds local State Behaviors for avatar creators.
MIT License
4 stars 0 forks source link

BodyControl Weight & Transition #9

Open NotAKidoS opened 1 year ago

NotAKidoS commented 1 year ago

The existing BodySystem controls work, but they do not provide for a smooth experience.

ChilloutVR handles the BodySystem stuff in a less-than-ideal way, so I will likely need to completely replace their methods to properly support this mod.

Most likely i'll need to prefix BodySystem.LateUpdate and replace it with my own method that lets me better control VRIK & do smooth transitions.

NotAKidoS commented 1 year ago

An issue though is with the IKSystem & BodySystem being touched up so much with the Experimental builds, anything I do right now likely won't last.