image/svg+xml

Ray Tracer

Implemented own ray tracer that supported shadows and transparent objects.

Objectives

Approach Taken

To implement this I made use of the class and inheritance structure exposed in C++. In order to make the process run faster, a bounding volume hierarchy was implemented.

Learning Outcomes

Gained experience with using inheritance in C++.

About Course - COMS30115