Bump Mapped Swimming Fish

The scene contains a bump-mapped floor and a bump-mapped swimming fish. The fish is a cylinder which has been warped using a vertex program. The “wriggles” of the fish body are simulated using a sin wave which starts from the fish midline towards the tail. This animation is controlled using an interface which allows the user to vary the “wriggles” speed. There is also an interface control to switch from phong shading to toon-shading.

You might be interested in …

Procedurally Generated Terrain

The ground is procedurally generated using a random midpoint method and smoothed using a neighborhood smoothing filter. The trees were generated by different procedural rules. The scene uses OpenGL material and lighting.

Read More

Sandboxr

Created using the Unity Game Engine for the company Sandboxr. I was hired as a Graduate Research Assistant to help the company create its application. The founders wanted an application that would allow them to import 3D objects that they would then arrange in 3D space. Password: sandboxr

Read More

Texture Mapping

Texture mapped a 4-sided room such that one wall has front-side culling applied. The floor is texture mapped using a checkerboard image and also feature mip mapping. The walls of the room are a repeated brick texture. There is a floating sphere in the center of the room texture mapped with the image of the […]

Read More