From 16bbf4283e79829abd0266d046c392f4f334cd2e Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Fri, 17 Mar 2017 18:51:51 -0700 Subject: [PATCH] Jens's bugfix to Leap library --- libraries/leap-library.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/leap-library.xml b/libraries/leap-library.xml index 0c6801d9..951f978d 100644 --- a/libraries/leap-library.xml +++ b/libraries/leap-library.xml @@ -1,7 +1,7 @@ -
xx +
xx y z1
yawyaw pitch roll1
xx y -z1
1
1
\ No newline at end of file +z
1
1
1
testtestvar leapScript, done = false; leapScript = document.createElement('script'), leapScript.onload = function () { done = true; console.log('leap is ready'); }; document.head.appendChild(leapScript); leapScript.src = 'http://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();
\ No newline at end of file