Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 15, 2018
1 parent 1d2d90b commit 9205776
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ $ make install

## Results

#### Cornell Box
#### Cornell box

<img src="./results/cbox_1000.png" width="512" />
<img src="./results/cbox_1000.png" width="50%" />

Simple path tracing, 1000 spp.
Simple path tracing (1000 spp)
The scene courtesy of Mitsuba renderer (W. Jakob 2010).

#### Cornell Box (Subsurface Scattering)
#### Cornell box (Subsurface Scattering)

<img src="./results/cbox_sss_5000.png" width="512" />
<img src="./results/cbox_sss_5000.png" width="50%" />

Simple path tracing, 5000 spp.
Simple path tracing (5000 spp)
The scene is courtesy of Mitsuba renderer (W. Jakob 2010).

#### Multiple Importance Sampling
#### Multiple importance sampling

<img src="./results/mi_1000.png" width="512" />
<img src="./results/mi_1000.png" width="50%" />

Direct lighting only, 1000 spp.
Direct lighting only (1000 spp)
The scene is courtesy of Mitsuba renderer (W. Jakob 2010).

#### Cornell Box (Glossy Surfaces)
#### Cornell box (with glossy surfaces)

<img src="./results/cbox2_256.png" width="512"/>
<img src="./results/cbox2_256.jpg" width="50%"/>

Bidirectional path tracing, 1000 spp.
Bidirectional path tracing (256 spp)



Expand Down
21 changes: 10 additions & 11 deletions scenes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ spica scenes

Test scenes of spica can be downloaded from following links. Also, these files can be downloaded with ``scenes/download.py``.

#### Spica originl example scenes
### Cornell box

* [Cornel box](https://www.dropbox.com/s/red71zuqknwwvyn/cbox2.tar.gz?dl=1)
<img src="../results/cbox2_256.jpg" width="50%"/>

<img src="../results/cbox2_256.jpg" width="512"/>
Bidirectional path tracing (256 spp) - [Download](https://www.dropbox.com/s/red71zuqknwwvyn/cbox2.tar.gz?dl=1)

Bidirectional path tracing (256 spp)

### RT4 scene

* [RT4 (Test scene for ray tracing camp 4)](https://www.dropbox.com/s/vanvnry96vbfm66/rt4scene.tar.gz?dl=1)
This is a scene for [Ray tracing camp](https://sites.google.com/site/raytracingcamp4/), which is a Japanese domestic event for ray tracing lovers.

<img src="../results/rt4scene_1000.jpg" width="512"/>
<img src="../results/rt4scene_1000.jpg" width="90%"/>

Stochastic progressive photon mapping (1000 spp)
Stochastic progressive photon mapping (1000 spp) - [Download](https://www.dropbox.com/s/vanvnry96vbfm66/rt4scene.tar.gz?dl=1)

### RT5 scene

* [RT5 (Test scene for ray tracing camp 5)](https://www.dropbox.com/s/7ph570vovgy3at8/rt5scene.tar.gz?dl=1)
<img src="../results/rt5scene_256.jpg" width="90%"/>

<img src="../results/rt5scene_256.jpg" width="512"/>

Gradient-domain path tracing (256 spp)
Gradient-domain path tracing (256 spp) - [Download](https://www.dropbox.com/s/7ph570vovgy3at8/rt5scene.tar.gz?dl=1)

0 comments on commit 9205776

Please sign in to comment.