OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

Double-buffer native VR implementation #245

Open DuFF14 opened 6 years ago

DuFF14 commented 6 years ago

Adds an extra set of RenderTextures and alternates which RenderTextures are active each frame. Requires: https://github.com/OSVR/OSVR-Unity-Rendering/pull/37 This aims to improve performance when asynchronous timewarp is enabled in the renderManager config.

DuFF14 commented 6 years ago

Needs some more testing before merging as this is a significant change.