You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really excited to try this out. But I'm getting a JS error (Chrome dev tools). Here's the error location according to the console: leap-threejs-boilerplate-r4.html:137
The relevant line has: point = frame.pointables[i].positions[j];
I've got the Leap Motion plugged in and the Leap Motion visualizer works.
Do I need to do anything special to give the browser access to the Leap Motion?
I'm on Mac OS X 10.9.3 (latest stable) with Chrome 35.0.1916.153 (latest stable). My Leap Motion settings dialog says it's up to date.
Cheers,
Jacob
The text was updated successfully, but these errors were encountered:
Hi,
I'm really excited to try this out. But I'm getting a JS error (Chrome dev tools). Here's the error location according to the console:
leap-threejs-boilerplate-r4.html:137
The relevant line has:
point = frame.pointables[i].positions[j];
I've got the Leap Motion plugged in and the Leap Motion visualizer works.
Do I need to do anything special to give the browser access to the Leap Motion?
I'm on Mac OS X 10.9.3 (latest stable) with Chrome 35.0.1916.153 (latest stable). My Leap Motion settings dialog says it's up to date.
Cheers,
Jacob
The text was updated successfully, but these errors were encountered: