Skip to content

Instantly share code, notes, and snippets.

View brett-miller's full-sized avatar

Brett Miller brett-miller

  • Expedia
  • Seattle
View GitHub Profile
/**
* @author Eberhard Graether / http://egraether.com/
*/
THREE.TrackballControls = function ( object, domElement ) {
var _this = this;
var STATE = { NONE: -1, ROTATE: 0, ZOOM: 1, PAN: 2, TOUCH_ROTATE: 3, TOUCH_ZOOM: 4, TOUCH_PAN: 5 };
this.object = object;
@brett-miller
brett-miller / .block
Created May 23, 2017 23:02 — forked from mbostock/.block
Partition
license: gpl-3.0
height: 4980