SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
677 stars 176 forks source link

Fix skeleton issues #1132

Closed ButterscotchV closed 3 months ago

ButterscotchV commented 3 months ago

Fixes yaw reset condition, head length condition, and replaces String.format with inline string format from Kotlin. Needs to be tested before being merged.

ButterscotchV commented 3 months ago

Tested myself and found the neck still wasn't being updated, so I made it update all the nodes since this code isn't run often and doing so will just prevent any future bugs like that

Other than that, it seems to work for me, though I haven't tested thoroughly