three-vr

0.2.0 • Public • Published

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
});

API

Authors

License

MIT License

Package Sidebar

Install

npm i three-vr

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • schickling