Pepper's Cone - An Easy 3D Display
Written by David Conrad   
Sunday, 14 January 2018

Pepper's Ghost is a trick that has been frightening theater goers since Victorian times, but recently it has been receiving some technological upgrades. The latest is Pepper's Cone, a dynamic 3D display that is simple enough to be implemented by almost anyone with some programming and almost no hardware skills.

Pepper's Ghost refers to a technique in which a sheet of glass is used on stage to make a brightly lit actor appear as a ghostly image. The glass acts as a partial reflector because it is set at an angle to the audience, which can both see through it to the scene behind and see the offstage actor due to the reflection. 

pepper1

 

A modern variation is to use a curved surface on a table to reflect the image present on a 2D display. With some work, it is possible to create an illusion that a 3D object is floating above the table. In this case the curved surface is provided by a cone - hence the name Pepper's Cone.

Take a look at it in action:

 

The hardware needed for the display is ridiculously simple - a cone made from a suitable plastic sheet, a rotatable base and a tablet with a gyro sensor - an iPad Pro in this case, but there is no reason why it couldn't be made to work with other well known tablets. The idea is to compute the transformation needed to the 2D image for the reflection in the cone to look undistorted.

 

pepper3

 

As the cone is rotated the tablet detects the rotation using the gyro sensor and recomputes the transformation to show the correct view of the object.

 

pepper2

 

The code is written in Unity with a custom shader. It will be available as open source on Github, but the challenge is - can you create your own code to run natively on a low cost Android tablet?

More Information

Pepper's Cone: An Inexpensive Do-it-yourself 3d Display

Xuan Luo, Jason Lawrence and Steven M. Seitz

University of Washington and  Google

Related Articles

Z Space - A Real 3D Display

Kinect 3D Full Body "Hologram"

Spheree The 3D Snow Globe Breakthrough

HoloDesk - almost Star Trek

KinectFusion - instant 3D models

Avatar Kinect - a holodeck replacement

Solid 3D Projection That You Can Touch

 

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

 

 

Banner


TIOBE Index June Highlights
12/06/2024

The June 2024 TIOBE Index is out and its headline comes as a bit of a shock: C++ surpasses C for the first time in history. Lower down the ranks both Go and Rust have achieved their highest positions  [ ... ]



Microsoft Reveals Preview C#13 Features
03/06/2024

Microsoft has announced details of what will be included in C# 13. The news was announced at Microsoft's recent Build conference. The new version will have enhanced parameters, extension types, and se [ ... ]


More News

 

C book

 

Comments




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

 

Last Updated ( Sunday, 14 January 2018 )