ExtendRealityLtd / VRTK

An example of how to use the Tilia packages to create great content with VRTK v4.
https://www.vrtk.io/
MIT License
3.69k stars 993 forks source link

Inconsistent Controller Stability in Left/Right eyes with Axis Movement #2057

Closed dustinlacewell closed 5 years ago

dustinlacewell commented 5 years ago

Environment

Steps to reproduce

Deploy the example Farm scene. Use the options menu to select Axis Movement. Move around and look at your "hands".

Expected behavior

Each hand should be stable relative to each eye camera and should not jitter.

Current behavior

In the right eye, controller tracking is 100% solid. In the left eye however, the tracking "lags" in the direction opposite to locomotion. The combined effect is a jittery half-stereoscopy which hurts the eyes.

jitter

dustinlacewell commented 5 years ago

This was due to having Multipass enabled. Switching to Singlepass resolved the issue.