add README.md
parent
e4e241a314
commit
ac5a42e7bc
@ -0,0 +1,34 @@
|
||||
# raytracing
|
||||
|
||||
Based on the series <a href="https://raytracing.github.io"><cite>Ray Tracing in One Weekend</cite></a>.
|
||||
|
||||
## Scenes
|
||||
|
||||
### simple
|
||||
![](./docs/simple.png)
|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 5000 --height 1080 SIMPLE
|
||||
```
|
||||
### squares
|
||||
![](./docs/squares.png)
|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 500 --height 1200 SQUARES
|
||||
```
|
||||
|
||||
### cornell box
|
||||
|
||||
![](./docs/cornell.png)
|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 50000 --height 1200 CORNELL
|
||||
```
|
||||
|
||||
### cornell box with smoke
|
||||
|
||||
![](./docs/cornell_smoke.png)
|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 50000 --height 600 CORNELL_SMOKE
|
||||
```
|
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 441 KiB |
Binary file not shown.
After Width: | Height: | Size: 881 KiB |
Binary file not shown.
After Width: | Height: | Size: 620 KiB |
Loading…
Reference in New Issue