23 September 2009 ~ 0 Comments

TSN Broadcast Museum

This is an interactive TSN Broadcast Museum exhibit for the Hockey Hall of Fame. The exhibit is on the history of TSN’s hockey broadcasting. The project combines video, audio and images in a 3D interface. I used Papervision3D for the 3D interface and coded everything in Actionscript 3. The exhibit is controller by gesture recondition. I didn’t have to implement the gesture recondition technology myself, it was already in place. i just had to work with basic mouse events. But the gesture recodnition system is just awesome.

View The Project

TSN Broadcast Museum

Continue Reading

03 August 2009 ~ 0 Comments

Playing Around with Augmented Reality

augmented_screenshot_011

With all this augmented reality hype I decided to try it out by doing an experimental project. What I ended up building is was 6 3D cubes animated to music following the AR (Augmented Reality) marker in 3D world. You can view the project here but you will need to print out the marker (or go to http://maxtherocket.com/marker.png on your iPhone) and you also need a webcam. So once you print out the marker (cut out the marker so the paper doesn’t bend as much) point your webcam on the marker and launch the project. The music will start playing once the application can recognize the marker and the cubes will dance around in the 3D world.

For this project I’ve used the following AS3 libraries:
FLAR Toolkit
FLAR Manager
Papervision 3D

Download the source code for this project

Continue Reading