0.0.2 • Published 8 years ago

three.orthographictrackball v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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