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.
 
 
jbb01 96909002d7 fix checksum of IEND chunk 6 months ago
docs fix checksum of IEND chunk 6 months ago
gradle initial commit 6 months ago
src fix checksum of IEND chunk 6 months ago
.gitignore initial commit 6 months ago
README.md add README.md 6 months ago
build.gradle.kts configure java version and main class in gradle 6 months ago
gradle.properties initial commit 6 months ago
gradlew initial commit 6 months ago
gradlew.bat initial commit 6 months ago
settings.gradle.kts initial commit 6 months ago

README.md

raytracing

Based on the series Ray Tracing in One Weekend.

Scenes

simple

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

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