Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 517 Bytes

File metadata and controls

12 lines (9 loc) · 517 Bytes

Multithreaded Ray Tracing

COP4520 Team 10 Research Project

Compile & Run: g++ ./src/main.cc -pthread -o program && ./program > Image.ppm

Source code for our experiments is in: src/scenes.h
Results are stored in: images folder (.ppm true result + .png included for easier viewing)
Source code for report: Final Report Source
Final Report: FINAL REPORT.pdf

Sources:

Ray Tracing Implementation derived from this textbook: https://raytracing.github.io/books/RayTracingInOneWeekend.html