forgot to turn a debug thing off lmao

This commit is contained in:
Xonk
2025-03-16 18:37:45 -04:00
parent db7956811b
commit 5d3d64e7b4

View File

@ -304,8 +304,8 @@ vec3 specularReflections(
f0 = f0 == 0.0 ? 0.02 : f0; f0 = f0 == 0.0 ? 0.02 : f0;
// if(isHand){ // if(isHand){
f0 = 0.9; // f0 = 0.9;
roughness = 0.25; // roughness = 0.25;
// } // }
bool isMetal = f0 > 229.5/255.0; bool isMetal = f0 > 229.5/255.0;