v0lta / JTrace

A java based ray Tracer for the 2016 Ku leuven graphics project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A java based ray Tracer for the 2016 Ku leuven graphics project.

License:GNU General Public License v3.0


Languages

Language:Java 99.1%Language:Makefile 0.9%