Particle Systems

A particle system that uses an attractor force that pulls particles to a respective position in space. These positions were based on vertex positions from an obj file.

You might be interested in …

Hatching Shader

This is a shader implementation of Real-Time Hatching, Praun et al. [2001]. The scene contains a real-time rendering of hatching strokes over various objects. They use tonal art maps containing different stroke sizes and density at various resolutions. Using these tonal art maps, we can render strokes on complex surfaces.

Read More

Phong Shading, Garoud Shading

The scene is a 4-sided room containing a polished gold metallic sphere, polished copper metallic teapot, and polished silver metallic torus. I created an interface control which allows switching between vertex Gouraud shading and per-pixel Phong shading.

Read More

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 […]

Read More