Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yumcyaWiz committed Nov 17, 2021
1 parent 46440cc commit 93ecaab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,28 @@ make
|`include/scene.h`|scene object. ray-scene intersection|
|`include/shape.h`|shape object. ray-primitive intersection, sampling a point on the shape|

## Gallery

### Cornell box without final gathering

|Parameter|Value|
|:--|:--|
|number of photons|1000000|
|number of nearest neighbors|100|
|number of samples|100|

![](img/without_final_gathering_100.png)

### Cornell box with final gathering

|Parameter|Value|
|:--|:--|
|number of photons|1000000|
|number of nearest neighbors|100|
|number of samples|100|

![](img/final_gathering_100.png)

## References

* Jensen, Henrik Wann. Realistic image synthesis using photon mapping. AK Peters/crc Press, 2001.
Expand Down
Binary file added img/final_gathering_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/without_final_gathering_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93ecaab

Please sign in to comment.