Skip to content

v0.5-beta

Latest

Choose a tag to compare

@LumKitty LumKitty released this 25 Aug 18:43
· 2 commits to master since this release

The Lerp settings for this release have changed. Your config files should be automatically updated the first time you load and save them
To be on the safe side, take backups. If you need to manually update, simply multiply your old Lerp value by 60.
This auto-update feature will be removed in the next release, so ensure you run this one at least once.
The good news is the resulting numbers are a lot more sensible now!

Updated comms with VRnyan, so that we can provide a transform and remove the requirement to use reflection every frame (thanks to Suvidriel for the suggestion)
Updated the Lerp calculation to consider TimeDelta (time elapsed between frames). This should eliminate judder during dropped frames (thanks to MilkyDelta for the suggestion)
While this won't eliminate dropped frames or sync issues causing stutter, it will make them significantly less unpleasant as we'll catch up on the next frame. I'll need to do some extended testing (i.e. play more Beat Saber) before I decide where to go from here. I have some ideas I need to confirm first.