webvr-libs
v1.0.14
Published
WebVR libraries
Downloads
6
Maintainers
Readme
webvr-libs
WebVR libaries.
Usage
Just drop these scripts into your page:
<script src="https://mozvr.github.io/webvr-libs/webvr-polyfill.js"></script>
<script src="https://mozvr.github.io/webvr-libs/VRControls.js"></script>
<script src="https://mozvr.github.io/webvr-libs/VREffect.js"></script>
Updating
First, make sure you've installed the Node dependencies:
npm i
Then, to fetch the latest versions of the libraries:
npm sync