Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 369 Bytes

RayTracer

Implemented a C++ raytracer with some simple features: texture mapping, shadows, reflection, refraction. Used glm library to handle vector operations. Color computation has been done with reference to the Phong Model. All objects in the rendered scene are simple geometric figures as Spheres, Planes, Cylinders.

Result of the raytracing