Skip to content

A rasterizer written in C++ to draw scenes composed of polygons. Includes an interactive camera that allows the user to view the object from multiple angles as well as texture mapping and shading.

Notifications You must be signed in to change notification settings

OmkarSavant/Rasterizer-and-Interactive-Camera

Repository files navigation

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

About

A rasterizer written in C++ to draw scenes composed of polygons. Includes an interactive camera that allows the user to view the object from multiple angles as well as texture mapping and shading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages