Computer Graphics

I had a lot of fun in my Computer Graphics class at UT. Always went for the extra credit on this one, and had plenty of fun working through the challenges of getting things right.

Project 1: Basic Rendering

For our first project, we were just doing simple rendering in OpenGL. I managed to cobble together this model of a penguin in a snow globe, complete with translucent glass and snow particles.

Project 2: Procedural Rendering

I had a really hard time generating a “good” tree. I think the nature of how trees grow just doesn’t match the recursive approach utilized here. However, I did my best to come up with something aesthetically pleasing none-the-less.

Project 4: Raytracing

The final project we implementing a ray-tracing engine. I made sure to include color and bump maps in addition to transparency, reflections, and shadows. I had a fun time composing a scene that “made sense”.