top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Ray Tracer

C++ code for RenderCore class:

A self-developed Ray Tracer in OpenGL, supporting various reflective materials. The calculated rays incorporate a variety of realistic effects, including: light reflection, light refraction, light diffusion, and soft shadows. A Bounding Volume Hierarchy (BVH) was implemented as well for increased performance.

bottom of page