three.orthographictrackball
v0.0.2
Published
CommonJS adaptation of THREE.OrthographicTrackballControls
Downloads
3
Maintainers
Readme
OrthographicTrackballControls in Node
This is an adaptation of the three.js OrthographicTrackballControls module into an npm module. Inspired by the three.trackball module
Install
Using npm:
npm i three.orthographictrackball
Usage
var OrthographicTrackballControls = require('three.orthographictrackball');
var controls = controls = new OrthographicTrackballControls(camera, domElement);
License
MIT