three-vr
v0.2.0
Published
Device controls and render steps for mobile virtual reality applications
Downloads
6
Maintainers
Readme
three-vr
Device controls and render steps for mobile virtual reality applications
Installation
$ npm install three-vr
Usage
// load three-vr extension
var threevr = require('three-vr');
// init rendering
threevr.init({
renderer: renderer,
camera: camera,
scene: scene
});