Compare commits

..

8 Commits

Author SHA1 Message Date
jonah 48a591de7e fix length of IDAT chunk 2024-08-06 18:07:52 +02:00
jonah 9ebf8bd1c4 use a more performant RandomGenerator 2024-08-06 18:07:52 +02:00
jonah 9106ccf8b0 switch from octree to binary tree 2024-08-06 18:07:51 +02:00
jonah 3a3949f518 disallow unbounded Hittables and refactor Octree 2024-08-06 18:07:51 +02:00
jonah 414af5860b add color to DielectricMaterial 2024-08-06 18:07:51 +02:00
jonah 9175377ac4 move examples to their own file 2024-08-06 18:07:51 +02:00
jonah 96909002d7 fix checksum of IEND chunk 2024-08-06 18:07:51 +02:00
jonah ac5a42e7bc add README.md 2024-08-06 18:07:51 +02:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ java -jar raytracing.jar --samples 500 --height 1200 SQUARES
### cornell box ### cornell box
![](./docs/cornell_smoke.png) ![](./docs/cornell.png)
``` ```
java -jar raytracing.jar --samples 50000 --height 1200 CORNELL java -jar raytracing.jar --samples 50000 --height 1200 CORNELL
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB