Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
al-ro committed Dec 10, 2024
1 parent 2e9c656 commit c829951
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ Resulting image is output as *output.bmp*
- make build
- make run (with default settings)
- make all (clean, build, run)
- ./PathTracer \[options\]
- *-w* width of rendered image (e.g. -w 512)
- *-h* height of rendered image
- *-s* samples per pixel
- *-b* maximum bounces per ray per sample
- *-t* number of threads
- *-p* preset scene \[0, 2\]
- *-a* output BVH heatmap (ignores -s and -b)
- `./PathTracer <options>`
- `-w` width of rendered image (e.g. `-w 512`)
- `-h` height of rendered image
- `-s` samples per pixel
- `-b` maximum bounces per ray per sample
- `-t` number of threads
- `-p` preset scene \[0, 2\]
- `-a` output BVH heatmap (ignores `-s` and `-b`)


## Dependencies
Expand Down

0 comments on commit c829951

Please # to comment.