diff options
| author | yum <yum.food.vr@gmail.com> | 2025-05-16 18:29:17 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-05-16 18:29:17 -0700 |
| commit | 5c54a56dd2416aaf82d7f5d56063c0a306574d19 (patch) | |
| tree | 4bf194dc0a40e02d568fa7ca563b9727b3bf6297 /2ner.cginc | |
| parent | 2be6be416f621470e65b193f675c9693c25e35c5 (diff) | |
Update how decal scale/offset is used
Diffstat (limited to '2ner.cginc')
| -rw-r--r-- | 2ner.cginc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -272,7 +272,6 @@ float4 frag(v2f i, uint facing : SV_IsFrontFace #if defined(FORWARD_BASE_PASS) || defined(FORWARD_ADD_PASS)
applyMatcapsAndRimLighting(i, pbr, l);
- //pbr.albedo.rgb = max(0, pbr.albedo.rgb);
l.diffuse = max(0, l.diffuse);
l.specular = max(0, l.specular);
#endif
|
