Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

MozillaReality/webvr-libs

Repository files navigation

webvr-libs

WebVR libaries.

Usage

Just drop these scripts into your page:

    <script src="https://mozvr.com/webvr-libs/webvr-polyfill.js"></script>
    <script src="https://mozvr.com/webvr-libs/VRControls.js"></script>
    <script src="https://mozvr.com/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