Highest Rated Comments


__Adam31 karma

Oh cool, I have a question for you guys. I was browsing your javascript source, and noticed you include the Leap Motion libraries.

However, the Leap support is disabled by default. It's supposed to be toggled by the 'L' key, but this key doesn't get registered for input.

I used a little JS to enable it: javascript:document.ccexplorer.viewer.toggleLeapMotion()

And it works pretty good! Can you fix this? I can tell you the exact line to fix.