Easy 3D Display With Leap Control
Written by Ian Elliot   
Wednesday, 03 April 2013

Now and again you see something that achieves a lot with very little. In this case we have an impressive, almost 3D, display created out of standard parts plus a Leap Motion sensor.

This couldn't be more basic. The image of the globe is created using Three.js a JavaScript 3D graphics library that works with Canvas, SVG or WebGL. With JavaScript's speed increasing all the time, who knows, perhaps WebGL will be a redundant feature in the near future if we can render directly to Canvas.

 

globe3dleap

 

In this case four views of the globe are created and reflected off the four sides of a plexiglass pyramid. The sides of the pyramid are angled at 45 degrees for correct horizontal viewing. Notice that there will be some distortion if viewed from slightly above or below. The display is simply a standard monitor laid flat on the table.

The final touch is the use of the Leap Motion sensor interfaced with the JavaScript via a WebSocket. You can see that it does work and the globe rotates in response to the hand movements.

 

 

It looks good, but notice that it has its limitations. The image isn't a true volumetric display but four different views that you see depending on which side of the pyramid you are looking at. It is a nice idea implemented by Robbie Tilton.

When you take into account how simple the approach is, you have to admit that it is remarkably effective.

It also seems to be a demonstration that the Leap Motion controller is capable of doing real things - and via JavaScript.

More Information

Three.js

Robbie Tilton.

Related Articles

Myoelectric Input - Better Than Kinect?

Leap Motion In Asus Deal

Leap 3D Sensor - First Demos

3D Teapot Classic Using Pure DHTML

Ray Tracer in JavaScript

A Browser For Work and Another For Play

 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Android 15 Developer Preview Updated
25/03/2024

Google has released Android 15 Developer Preview 2 with changes including better handling of automatic language switching and updates for OpenJDK 17.



The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]


More News

 

 

 

Last Updated ( Wednesday, 03 April 2013 )