top of page
Computer Programming
Ray Tracer Prototype - C++
I programmed a raytracer in C++ from scratch. This ray tracer reads input data from a txt file and generates a ppm 3 file of the inputted scene. More specifically, this ray tracer handles lighting, reflections, transparency/refraction, materials, textures, normal mapping, and shadows with primitive spheres and triangles.


bottom of page