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

Fix Nexus 6 physical dimensions. #101

Closed btco closed 8 years ago

btco commented 8 years ago

Fix Nexus 6 device dimensions.

The correct distance between the eye centers for the Google I/O 2015 Cardboard viewer is 63mm. With the current Nexus 6 measurements, they are being rendered 52mm apart. With this fix in this pull request, the distance is now corrected to 63mm.

borismus commented 8 years ago

Thanks, looks like I had the device dimensions instead of the screen dimensions :(