xx
y
z1
yawyaw
pitch
roll1
xx
y
z1
1
1
test
test
var leapScript,
done = false;
leapScript = document.createElement('script'),
leapScript.onload = function () {
done = true;
console.log('leap is ready');
};
document.head.appendChild(leapScript);
leapScript.src = 'https://js.leapmotion.com/leap-0.6.4.min.js';
return function () {return done; }
window.controller = new Leap.Controller({enableGestures: true, background: true}); window.controller.connect();