threeleapcontrols – Control THREE.js with Leap Motion

Video from  Torsten Sprenger:

Control camera and objects of your THREE.js scene with the leap motion controller. Actions like rotating, zooming/scaling and panning are supported. Gestures are customizable.

Three.js provides several control classes in order to interact with your 3D world. They are located under three.js/examples/js/controls in your Three.js directory. With threeleapcontrols you can use your leap motion controller to rotate, zoom/scale and pan any camera or object in your 3D scene. more on: https://github.com/torstensprenger/th…