Compare commits

..

8 Commits

Author SHA1 Message Date
48a591de7e fix length of IDAT chunk 2024-08-06 18:07:52 +02:00
9ebf8bd1c4 use a more performant RandomGenerator 2024-08-06 18:07:52 +02:00
9106ccf8b0 switch from octree to binary tree 2024-08-06 18:07:51 +02:00
3a3949f518 disallow unbounded Hittables and refactor Octree 2024-08-06 18:07:51 +02:00
414af5860b add color to DielectricMaterial 2024-08-06 18:07:51 +02:00
9175377ac4 move examples to their own file 2024-08-06 18:07:51 +02:00
96909002d7 fix checksum of IEND chunk 2024-08-06 18:07:51 +02:00
ac5a42e7bc add README.md 2024-08-06 18:07:51 +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_smoke.png)
![](./docs/cornell.png)
```
java -jar raytracing.jar --samples 50000 --height 1200 CORNELL

BIN
docs/cornell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB