forgot to turn off debug for speculars ha

This commit is contained in:
Xonk 2023-06-13 14:39:12 -04:00
parent 33a2c1d0f3
commit 06a764f437

View File

@ -212,8 +212,8 @@ void MaterialReflections(
f0 = f0.y == 0.0 ? vec3(0.02) : f0;
f0 = vec3(0.9);
roughness = 0.0;
// f0 = vec3(0.9);
// roughness = 0.0;
mat3 basis = CoordBase(normal);
vec3 normSpaceView = -np3*basis ;