Compare commits

..

8 Commits

Author SHA1 Message Date
jonah 4ea9ebe25a fix length of IDAT chunk 2024-08-06 17:58:17 +02:00
jonah 1fe5731dcf use a more performant RandomGenerator 2024-08-06 17:58:01 +02:00
jonah 5bf3108ab4 switch from octree to binary tree 2024-08-06 17:58:01 +02:00
jonah 8773b04b0f disallow unbounded Hittables and refactor Octree 2024-08-06 17:58:01 +02:00
jonah b96c6db440 add color to DielectricMaterial 2024-08-06 17:58:01 +02:00
jonah 4dfeb133de move examples to their own file 2024-08-06 17:58:01 +02:00
jonah 579a08bbb3 fix checksum of IEND chunk 2024-08-06 17:57:58 +02:00
jonah 0cffee4cfa add README.md 2024-08-06 01:11:45 +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
![](./docs/cornell.png)
![](./docs/cornell_smoke.png)
```
java -jar raytracing.jar --samples 50000 --height 1200 CORNELL
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB