You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
raytracing/README.md

934 B

raytracing

Based on the series Ray Tracing in One Weekend.

Scenes

simple

java -jar raytracing.jar --samples 5000 --height 1080 SIMPLE

spheres

java -jar raytracing.jar --samples 1000 --height 1080 SPHERES

squares

java -jar raytracing.jar --samples 500 --height 1200 SQUARES

cornell box

java -jar raytracing.jar --samples 50000 --height 1200 CORNELL

cornell box with smoke

java -jar raytracing.jar --samples 50000 --height 600 CORNELL_SMOKE

diagramm

java -jar raytracing.jar --samples 1000 --height 1080 DIAGRAMM

a little bit of everything

java -jar raytracing.jar --samples 10000 --height 1200 FINAL