three-vr

Device controls and render steps for mobile virtual reality applications

Usage no npm install needed!

<script type="module">
  import threeVr from 'https://cdn.skypack.dev/three-vr';
</script>

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

API

Authors

License

MIT License