more prominent shadow around wall-sticking tiles

This commit is contained in:
minjaesong
2024-11-24 22:41:44 +09:00
parent a24eab209b
commit 661c4cdc4d
4 changed files with 77 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ uniform sampler2D u_texture;
uniform sampler2D u_wall;
out vec4 fragColor;
vec4 mult = vec4(0.0, 0.0, 0.0, 1.4142);
vec4 mult = vec4(0.0, 0.0, 0.0, 1.5);
void main() {
vec4 backcol = texture(u_wall, v_texCoords);