Compare commits
1 Commits
main
...
e18b2ba7e5
Author | SHA1 | Date | |
---|---|---|---|
e18b2ba7e5 |
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# raytracing
|
||||
|
||||
Based on the series <a href="https://raytracing.github.io"><cite>Ray Tracing in One Weekend</cite></a>.
|
||||
|
||||
## Scenes
|
||||
|
||||
### squares
|
||||

|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 500 --height 1200 SQUARES
|
||||
```
|
||||
|
||||
### cornell box
|
||||
|
||||

|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 50000 --height 1200 CORNELL
|
||||
```
|
||||
|
||||
### cornell box with smoke
|
||||
|
||||

|
||||
|
||||
```
|
||||
java -jar raytracing.jar --samples 50000 --height 600 CORNELL_SMOKE
|
||||
```
|
BIN
docs/cornell_smoke.png
Normal file
BIN
docs/cornell_smoke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 441 KiB |
BIN
docs/squares.png
Normal file
BIN
docs/squares.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 620 KiB |
Reference in New Issue
Block a user