three-device-orientation
v1.0.3
Published
------------
Downloads
32
Readme
usage
- npm install three-device-orientation
- In js file, choose one type for your code.
// es6
import DeviceOrientationControls from 'three-device-orientation';
// requirejs
var DeviceOrientationControls = require("three-device-orientation");
