Skip to content

Instantly share code, notes, and snippets.

View k0mar12's full-sized avatar
πŸ‘Ί
Hope - This is what you need in programming

Vladyslav Poshvaniuk k0mar12

πŸ‘Ί
Hope - This is what you need in programming
View GitHub Profile
@k0mar12
k0mar12 / OrbitControls.js
Created January 28, 2019 19:39 — forked from mrflix/OrbitControls.js
Three.OrbitControls for multiple instances on a page.Usage: controls = new THREE.OrbitControls(camera, document, renderer.domElement); Based on: http://threejs.org/examples/js/controls/OrbitControls.js
/**
* @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)
*/