Lots of fixes

This commit is contained in:
mcrcortex
2024-01-29 11:18:16 +10:00
parent c4efd29206
commit 6302d3db1e
9 changed files with 308 additions and 35 deletions

View File

@@ -14,4 +14,6 @@ void main() {
discard;
}
outColour = colour * colourTinting;
//outColour = vec4(uv + baseUV, 0, 1);
}