Java source code for my 2016 ray tracing project.
- To run the code clone this repo and type:
- make
- A file called renderer.jar will be created.
- To start the rendering type:
- java -jar renderer.jar
Scences can be changed by assigning a new one to the final World world variable in src.main.Renderer.java
A false color dragon teaser is shown below. A more detailed description of this project can be found in the file detailedReport.pdf