Visual Experiments from 2010-2011
Fire Simulation
More Fire! A processing experiment that combines Memo Akten's awesome MSAFluid library with a bunch of particles and OpenGL render target ping pong effects. It's driven by motion blobs created through OpenCV.
Kinect + Cloth
Another quick processing test to see what it would be like to interact with a cloth simulation with Kinect.
GPU Spring Displacement
This uses a fun GPU based spring effect I wrote for Double Fine Happy Action Theater. For each pixel, a 2D displacement position and 2D velocity is stored in an RGBA render target. Another shader reads those displacement values and uses it to offset the lookup of the player.
GDC 2010 VFX Presentation and Videos
GDC 2010 VFX
Pete Demoreuille and I had an opportunity to speak at the 2010 GDC. Many of the videos shown here were originally created for that presentation.
Curl Noise
An example of particles being influenced by curl noise. See the Brutal Legend VFX Presentation from GDC 2010, or the paper we got the idea from, for more details.
UV Displacement
UV Displacement, aka UV Distortion, aka Pixel Offset, etc..., is a fantastically useful real time vfx technique where the particle texture lookup is perturbed by another texture. Usually that distortion texture resembles a normal map, and is scrolling, scaling, or otherwise given additional motion. We found that by driving this displacement texture with a intensity curve, you could get very interesting visuals resembling fluids that break apart, or in this case, an approximation of the quickly moving gases that form a flame. See the Brutal Legend VFX Presentation from GDC 2010 for more details.
Ink Rendering
This video shows the ink rendering technology I developed for Brutal Legend with our graphics and animation teams. Ink was quite a challenge for us as Ophelia's character is in a constant state of flux between fluid ink and her solid form. The final technique involved rendering the ink to a low-res buffer and performing some thresholding operations on it to extract the most interesting details (seen in the debug mode at the end of the video). Although it is taken in a graybox room, this is the same effect used in the shipping title. See the Brutal Legend VFX Presentation from GDC 2010 for more details.
Detailed View of Ink
An isolated look at Brutal Legend's ink rendering tech. First regular particles are shown, then those same particles drawn into a blurred buffer, and finally that blurred buffer thresholded, and composited back onto the screen. Internally, we refer to this buffer as the Ink Potential. See the Brutal Legend VFX Presentation from GDC 2010 for more details.
Brutal Legend VFX
Brutal Legend VFX Reel
A smattering of vfx samples from Brutal Legend with shot breakdowns. Note that some elements of this video are duplicated on this page, but I figured it would be nice to have them all in one place.
Climate Variation
Showcases the climate variation in Brutal Legend. The first half of the video is time lapse, the second have shows different environments in real time. I authored all the scenes seen here using our climate system, which controls particle effects, fogging, lighting, weather variation, and post processing. See the Brutal Legend VFX Presentation from GDC 2010 for more details.
Time Lapse Climate
This is a video showcasing the climate system for Brutal Legend. I collaborated with the engineering department (primarily our lead programmer Nathan Martz) to create a system that would seamlessly blend between different regional climates, different times of day, and different weather patterns (rain, snow, thunder, meteors, fog, etc...). For the skies in this sequence, I authored the effects, vortex shader and mesh, lighting, and sky box.