jbb01 5c92606f99 fix preview of final scene
The previous image was generated with a version of this code that did not apply gamma to textures which resulted in incorrect colors of the globe.
2024-08-29 08:49:58 +02:00
2024-08-29 08:49:58 +02:00
2024-08-02 22:04:04 +02:00
2024-08-08 22:46:31 +02:00
2024-08-02 22:04:04 +02:00
2024-08-02 22:04:04 +02:00
2024-08-02 22:04:04 +02:00
2024-08-02 22:04:04 +02:00
2024-08-07 21:41:34 +02:00
2024-08-02 22:04:04 +02:00

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
Description
No description provided
Readme 78 MiB
Languages
Java 99.6%
Kotlin 0.4%