3D User Interface R&D (for Android devices)
|
Is there any merit to a 3D user interface?
This project's goal was to find out if 3D added any value to UI and make 3D programming more accessible to non-3D programmers. At the time I worked on this project, Android had no support for 3D UI at all. There was access to low level OpenGL rendering, but nothing as easy to use as the built in 2D widgets and XML interface.
Working with another programmer, we created an extension library (.jar) to the Android UI APIs and XML that added 3D positioning and animation. Using new XML classes, you could easily nest existing 2D UIs inside 3D planes and position them in 3D space. Like 2D, animation remained controlled by code. Because it used a 3D plane as the base container to display normal Android views, we called it the Planar3d library.
Below, you can see pics of the 4 demo apps that were created to showcase Planar3d:
3D Contacts List
Much like a traditional ListView, but with 3D configuration of the path that the elements follow.
3D Contact Cards
Like the contacts list, but the cards rotate and flip away as you swipe. The position of the cards locked into defined positions and were not continuously scrollable like a list view would be.
3D Weather
Every text / image element in this app was on a separate plane. 3D lighting helped distinguish foreground from background. When going between different viewing styles (current->forecast, etc), all elements would fly and spin away, much like animations you would see with local weather reporting on TV.
3D Album Navigation
Here photos were lined up in a shuffled manner to mimic a physical pile. As you shuffled from left / right, the map would animate to where the current foreground photo was taken. The photos and map, were all shown in perspective, laying slightly back, as if being spread across a table.
|
Computer Vision R&D (for Android devices)
|
Getting jiggy in front of the Xbox360's Kinect camera? The logic that is figuring out your pose and how it relates to the game is using computer vision (CV) algorithms. Augmented reality, face detection, QR codes... all are CV applications.
My goal was to create our department's knowledge base for CV. During that time, I learned Intel's OpenCV library and how to bring that functionality to Android phones. My demo was a typical augmented reality marker tracking application. You printed out a special marker, put it in front of the phone's camera, and it would use that as a reference for whatever 3D object you want to stick on top of it. In my case, I used a 3D contact cards UI.
I found marker tracking to be a very interesting problem. It brought together many different concepts such as understanding lighting, camera exposure / white balance, 2D shape recognition, camera FOV calibration, 2D / 3D projections, and vector / matrix math.
|
Stuntman: Ignition
|
|
Released Stuntman: Ignition for Microsoft Xbox360 / Sony PS3.
This 2 year project played to Paradigm Entertainment's strengths in developing driving games.
I worked as a graphics and tools programmer, tackling all kinds of interesting things like dynamic lighting (sun, headlights), light mapped static lighting, cascaded shadow maps, soft edged particles, post process effects, and multi-core CPU / GPU performance tuning. I also implemented prototypes for deferred shading and real time cube map lighting.
Although the game's sales were mediocre, it was fun to work on race cars, movie sets, and explosions. |
Call of Duty 2
|
|
Released Call of Duty 2 for Microsoft Xbox360 / Windows PC.
This 1 year project was released as a Xbox360 launch title. Like its predecessor, this game sold very well, but most importantly identified the franchise as a must have console shooter.
I worked on the graphics team and had many tasks porting and improving code from the previous title. Tasks included particle effects, water rendering, scene glow, split screen game play, effects editing tool support, and performance profiling. |
Terminator 3: The Redemption
|
|
Released Terminator 3: The Redemption for Sony PS2 / Nintendo Gamecube / Microsoft Xbox.
This 2 year project was based on the Terminator 3 movie and was my first project out of college.
I was given the opportunity to really sink my teeth into lighting and effects. Tasks included particle effects, light glare rendering, atmospheric fog, electricity trails, dynamic lights, weapons, in-game art asset GUIs, and CPU performance optimization (so I could put more effects in!).
If effects in games are like the icing on the cake, I was in charge of laying on as much icing as possible. Definitely my favorite project and genre. |
|