diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-24 17:23:35 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-24 17:23:35 -0800 |
| commit | 7e060334a8af4bb47464903a0c09c76be8f0823a (patch) | |
| tree | e3e16c60bad34decbd727b4feab7ae8624055ed5 /brdf.cginc | |
| parent | 3e99a65d8ba63265224ea561a45ee4917a490e7a (diff) | |
Add brightness clamp, update vrc light volumes
Diffstat (limited to 'brdf.cginc')
| -rwxr-xr-x | brdf.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ float4 brdf(Pbr pbr, LightData data) { } #endif + specular *= data.common.spec_ao; return float4(diffuse + specular, 1); } |
