Compare commits

..

8 Commits

Author SHA1 Message Date
4ea9ebe25a fix length of IDAT chunk 2024-08-06 17:58:17 +02:00
1fe5731dcf use a more performant RandomGenerator 2024-08-06 17:58:01 +02:00
5bf3108ab4 switch from octree to binary tree 2024-08-06 17:58:01 +02:00
8773b04b0f disallow unbounded Hittables and refactor Octree 2024-08-06 17:58:01 +02:00
b96c6db440 add color to DielectricMaterial 2024-08-06 17:58:01 +02:00
4dfeb133de move examples to their own file 2024-08-06 17:58:01 +02:00
579a08bbb3 fix checksum of IEND chunk 2024-08-06 17:57:58 +02:00
0cffee4cfa add README.md 2024-08-06 01:11:45 +02:00
2 changed files with 1 additions and 1 deletions

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB