three.orthographictrackball
v0.0.2
Published
CommonJS adaptation of THREE.OrthographicTrackballControls
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.orthographictrackballUsage
var OrthographicTrackballControls = require('three.orthographictrackball');
var controls = controls = new OrthographicTrackballControls(camera, domElement);License
MIT
