alvr-org / alvr-org/alvr-visionos
Spacewarp or eye-tracked timewarp
- Dominant language
- Swift
- Stars
- 531
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Current timewarp is fixed to 1m in front of the user. We could possibly be smart about this by either streaming in depth frames and doing full spacewarp (unlikely, SteamVR didn't require depth maps until very late), or by getting fancy with timewarp:
- If we have eye Anchors, we could possibly calculate the depth the user is looking at, and place the timewarp quad distance there
- Alrernatively, peep at the current running EXEs and set the distance that way (eg, Beat Saber is almost always focused at 3-4m in front of the user)
The idea being, if the user moves their head forward during a recycled frame, the parts of the scene the user is focused on should remain stereoscopically consistent and consistent to the depth they actually are
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.