three.orthographictrackball

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i three.orthographictrackball

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • dennisschwartz