moved some stuff around, ready for dynamic chunk loading and that

This commit is contained in:
Ben
2019-10-21 18:26:10 +01:00
parent e13288a721
commit efafd4e71e
12 changed files with 66 additions and 41 deletions

View File

@@ -12,6 +12,7 @@ uniform sampler2DArray tex;
void main() {
outColour = texture(tex, TexCoord);
//outColour = vec4(.9, .9, .9, 1);
if (outColour.w == .0)
discard;