diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
| commit | 8ba49869f909036002b8f2cb9d07cf2ed6b15c6c (patch) | |
| tree | b796088fa69b53164cd883e3d540e722d227b8e9 /2ner.cginc | |
| parent | a9dbbfa1488a9ec3bd772fc9847888502f49a65e (diff) | |
Add lightmap occlusion term to specular AO
Diffstat (limited to '2ner.cginc')
| -rw-r--r-- | 2ner.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -397,6 +397,7 @@ float4 frag(v2f i, uint facing : SV_IsFrontFace #if defined(FORWARD_BASE_PASS) || defined(FORWARD_ADD_PASS) || defined(OUTLINE_PASS) || defined(EXTRA_STENCIL_COLOR_PASS)
YumLighting l = GetYumLighting(i, pbr);
+ //return float4(l.occlusion, l.occlusion, l.occlusion, 1);
#if defined(FORWARD_BASE_PASS) || defined(FORWARD_ADD_PASS)
applyMatcapsAndRimLighting(i, pbr, l);
|
