Skip to content

Commit

Permalink
fix hemisphere sampling bug
Browse files Browse the repository at this point in the history
  • Loading branch information
teamclouday committed Oct 10, 2021
1 parent d291cfb commit 853ec50
Show file tree
Hide file tree
Showing 16 changed files with 608 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Assets/Materials/Ground.mat
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 0.6650944, g: 1, b: 0.9735476, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []
2 changes: 1 addition & 1 deletion Assets/Materials/Light.mat
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Material:
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 47.937256, g: 47.937256, b: 47.937256, a: 1}
- _EmissionColor: {r: 2.9960785, g: 2.9960785, b: 2.9960785, a: 1}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Material:
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.8676988, g: 0.8596959, b: 0.84338915, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 2, g: 2, b: 2, a: 1}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Material:
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.9063317, g: 0.9063317, b: 0.9063317, a: 1}
- _EmissionColor: {r: 5.929412, g: 5.992157, b: 4.5803924, a: 1}
- _EmissionColor: {r: 23.717648, g: 23.968628, b: 18.32157, a: 1}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.921
- _Glossiness: 0
- _GlossyReflections: 1
- _Metallic: 0.675
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 10
- _GlossMapScale: 1
- _Glossiness: 0.625
- _Glossiness: 0.724
- _GlossyReflections: 1
- _Metallic: 0.28
- _Metallic: 0.049
- _Mode: 3
- _OcclusionStrength: 1
- _Parallax: 0.02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 1
- _Glossiness: 0
- _GlossyReflections: 1
- _Metallic: 1
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
Expand Down
Loading

0 comments on commit 853ec50

Please sign in to comment.