borismus / webvr-boilerplate

A starting point for web-based VR experiences that work on all VR headsets.
Apache License 2.0
1.8k stars 451 forks source link

Disabling distortion correction #128

Closed scottgarner closed 8 years ago

scottgarner commented 8 years ago

What is the proper way to disable distortion correction now? Previously, you could set PREVENT_DISTORTION in WebVRConfig, but this no longer works.

borismus commented 8 years ago

Why do you want to disable distortion correction? If anything, this would go into the polyfill which now takes care of distortion.

scottgarner commented 8 years ago

Our project is abstract enough that it isn't necessary and there was a noticeable performance hit in the previous version with distortion correction enabled vs disabled.

borismus commented 8 years ago

Could you log a feature request against the polyfill to bring this back?

On Thu, Mar 31, 2016 at 12:03 PM Scott Garner notifications@github.com wrote:

Our project is abstract enough that it isn't necessary and there was a noticeable performance hit in the previous version with distortion correction enabled vs disabled.

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/borismus/webvr-boilerplate/issues/128#issuecomment-204081536

scottgarner commented 8 years ago

Sure.