ValveSoftware / steamvr_unity_plugin

SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
BSD 3-Clause "New" or "Revised" License
1.03k stars 256 forks source link

Steam VR camera is Vibrating When moving camera in forward direction for too long distance. #1016

Open VipinKumarS opened 2 years ago

VipinKumarS commented 2 years ago

Hi,

My environment is just straight road. FPS is good. Issue is - When moving Camera Rig around 100000m in forward direction. Camera is vibrating bit even my headset is not moving.

Using Steam VR 1.16. version. Could you please help me on this.

ahstevens commented 2 years ago

This is a floating point precision error and not related to SteamVR.

You may want to consider using a Floating Origin or other approach in your engine to address these precision issues.