top of page
reflection.png

Development:

2024

Project Description: 

This project is a ray tracing–based 3D rendering program that simulates light interactions such as reflection, refraction, and shadows to produce realistic lighting and material effects. It supports various geometries and materials to generate high-quality photorealistic images.

  • GitHub

My contribution

I have implemented the core ray tracing pipeline, including ray–object intersection, shading, and reflection/refraction handling. The program supports multiple object types and materials, basic lighting models, and image output. 

reflection.png
reflection.png

​With light tracing

​Without light tracing

bottom of page