/Java-Ray-Tracing-Project

3D-Renderer with Ray Tracing completed for Introduction to Software Engineering Course, Spring 2021

Primary LanguageJava

Java Ray Tracing Mini Project

3D-Renderer with Ray Tracing completed for Introduction to Software Engineering Course, Spring 2021.

Jonah Lawrence & Elad Harizy

Rendered Images

cornellBoxTest-15s cornellBoxTest-46s teapotTest-15s

Project Stages

Running Tests

Unit tests are written for JUnit 4.

To run tests in VS Code, download junit.jar and hamcrest-core.jar into a lib folder adjacent to src.

For more info, refer to Download and Install from the JUnit 4 official documentation.