diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-09 21:07:15 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-09 21:07:15 -0700 |
| commit | c8cfc043c105a32e1efab341536311277bfc90eb (patch) | |
| tree | 9cc7d41f7db78b165f2051160b82e20500af2148 /pbr.cginc | |
| parent | 439aa46bba1695becd9d42731c29dedc93e05a28 (diff) | |
Fix clearcoat IBL
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -198,10 +198,6 @@ Pbr getPbr(v2f i) { #endif propagateSmoothness(pbr); -#if defined(_AMBIENT_OCCLUSION) - pbr.ao = saturate(lerp(1.0, _OcclusionMap.Sample(bilinear_repeat_s, i.uv01.xy).r, _OcclusionStrength)); -#endif - #if defined(_EMISSIONS) && defined(FORWARD_BASE_PASS) float3 emission_tint = _EmissionColor; float3 emission_color = _EmissionMap.Sample(trilinear_repeat_s, |
