mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
forgot to turn off debug for speculars ha
This commit is contained in:
parent
33a2c1d0f3
commit
06a764f437
@ -212,8 +212,8 @@ void MaterialReflections(
|
|||||||
f0 = f0.y == 0.0 ? vec3(0.02) : f0;
|
f0 = f0.y == 0.0 ? vec3(0.02) : f0;
|
||||||
|
|
||||||
|
|
||||||
f0 = vec3(0.9);
|
// f0 = vec3(0.9);
|
||||||
roughness = 0.0;
|
// roughness = 0.0;
|
||||||
|
|
||||||
mat3 basis = CoordBase(normal);
|
mat3 basis = CoordBase(normal);
|
||||||
vec3 normSpaceView = -np3*basis ;
|
vec3 normSpaceView = -np3*basis ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user