add spheres to readme

This commit is contained in:
jbb01 2024-08-06 18:20:56 +02:00
parent 48a591de7e
commit d5173c2d5a
2 changed files with 7 additions and 0 deletions

View File

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

BIN
docs/spheres.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB