Compare commits

..

2 Commits

Author SHA1 Message Date
c2d230bed0 fix checksum of IEND chunk 2024-08-06 01:11:46 +02:00
0cffee4cfa add README.md 2024-08-06 01:11:45 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@ Based on the series <a href="https://raytracing.github.io"><cite>Ray Tracing in
## Scenes
### simple
![](./docs/simple.png)
```
java -jar raytracing.jar --samples 5000 --height 1080 SIMPLE
```
### squares
![](./docs/squares.png)

BIN
docs/simple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB