Ray Tracer

Ray tracer scene containing a sphere and a triangle. Implemented simple phong lighting (ambient, diffuse, specular model) and also casts shadows.

You might be interested in …

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

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

Isosurface Computation and Display

The purpose for this project was to visualize interactively isosurfaces of a 3D dataset for three levels of resolution. Using the provided datasets, I extracted and rendered an isosurface. I also added two user interface components that allow a user to change the isovalue of the isosurface and level of resolution of the dataset.

Read More