0.2.0 • Published 10 years ago

three-vr v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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