Skip to content

Instantly share code, notes, and snippets.

View biglazy's full-sized avatar
🏠
Working from home

Biglazy biglazy

🏠
Working from home
View GitHub Profile
@biglazy
biglazy / OrbitControls.js
Last active September 18, 2015 07:30 — forked from mrflix/OrbitControls.js
Three.OrbitControls for multiple instances on a page.Usage: controls = new THREE.OrbitControls(camera, document, renderer.domElement);
/**
* @author qiao / https://github.com/qiao
* @author mrdoob / http://mrdoob.com
* @author alteredq / http://alteredqualia.com/
* @author WestLangley / http://github.com/WestLangley
* @author erich666 / http://erichaines.com
* @author mrflix / http://felixniklas.de
*
* released under MIT License (MIT)
*/