0.0.1 • Published 10 years ago
three.orthographictrackball v0.0.1
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