diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 19:43:24 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 19:43:24 -0700 |
| commit | 102996db03da2cde3c2edb92f76c7069c42a73c3 (patch) | |
| tree | 3631dd0ab96ca5a153442cd3e977795b8c721b87 | |
| parent | a0c233000c210273ca93c0444413fd45b1e6c928 (diff) | |
Restore spec ao
| -rwxr-xr-x | brdf.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ float4 brdf(Pbr pbr, LightData data, out BrdfData bd) { #endif diffuse *= data.common.ao; - //specular *= data.common.spec_ao; + specular *= data.common.spec_ao; #if defined(_EMISSIONS) && defined(FORWARD_BASE_PASS) float3 emission = pbr.emission; |
