Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 602 Bytes

Java Ray Tracer

Java source code for my 2016 ray tracing project.

Howto

  1. To run the code clone this repo and type:
  • make
  • A file called renderer.jar will be created.
  1. To start the rendering type:
  • java -jar renderer.jar

Changing the scene.

Scences can be changed by assigning a new one to the final World world variable in src.main.Renderer.java

More information

A false color dragon teaser is shown below. A more detailed description of this project can be found in the file detailedReport.pdf

alt text