Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 762 Bytes

File metadata and controls

11 lines (6 loc) · 762 Bytes

Rasterizer-and-Interactive-Camera

A rasterizer written in C++ to draw scenes composed of polygons based on an OBJ file. Includes an interactive camera that allows the user to view the object from multiple angles as well as texture mapping. Shading options include the Lambertian, Blinn Phong, and Iridescent Reflection Models. See the wahoo.obj file for the object source.

Mario with Lambertian Shading

alt text

Mario with Iridescent Shading - new perspective to demonstrate interactive camera

alt text