Correction shader + autres choses

This commit is contained in:
Marc-Eric Martel
2021-10-25 10:50:08 -04:00
parent 781c2776b7
commit fbf2e8858e
10 changed files with 99 additions and 46 deletions

View File

@@ -7,7 +7,6 @@ void main()
texel = texture2D(tex,gl_TexCoord[0].st);
texel *= light;
texel.a *= gl_Position.z;
gl_FragColor = texel;
}