Skip to content

Commit

Permalink
fix hyperlink error
Browse files Browse the repository at this point in the history
  • Loading branch information
livia23k committed May 22, 2024
1 parent 905cb9c commit d107b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/graphics-game/labs/2024-05-13-games202-shadow.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The quality of image increased as samples per pixel (SPP) increased, at the expe
![](cmp-spp.png){: w="600px"}
_Comparison of different Sample Numbers_

<p style="color: gray;">see <a href="{{site.base_url}}/assets/img/post/2024-05-13-shadow/sample_number">[folder]</a> for original pictures</p>
<p style="color: gray;">see <a href="https://github.com/livia23k/livia23k.github.io/tree/main/assets/img/post/2024-05-13-shadow/sample_number">[folder]</a> for original pictures</p>


#### Sampling Methods
Expand All @@ -68,15 +68,15 @@ In this lab, we are provided with 2 sampling methods, the [Uniform Disk Sampling
![](cmp-sm.png){: w="800px"}
_Comparison of different Sampling Methods, with 100 sample points_

<p style="color: gray;">see <a href="{{site.base_url}}/assets/img/post/2024-05-13-shadow/sample_method">[folder]</a> for original pictures</p>
<p style="color: gray;">see <a href="https://github.com/livia23k/livia23k.github.io/tree/main/assets/img/post/2024-05-13-shadow/sample_method">[folder]</a> for original pictures</p>


#### Bias for Avoiding Self-Occlussion and Light Leaks

![](cmp-bias.png){: w="600px"}
_Comparison of different Shadowing Bias_

<p style="color: gray;">see <a href="{{site.base_url}}/assets/img/post/2024-05-13-shadow/bias">[folder]</a> for original pictures</p>
<p style="color: gray;">see <a href="https://github.com/livia23k/livia23k.github.io/tree/main/assets/img/post/2024-05-13-shadow/bias">[folder]</a> for original pictures</p>


## Acknowledgement
Expand Down

0 comments on commit d107b71

Please sign in to comment.