Made it reloadable, added import command, fixed race conditions and many other things

This commit is contained in:
mcrcortex
2024-01-14 10:14:01 +10:00
parent cf44c2e5b1
commit 10a0db8e04
14 changed files with 150 additions and 99 deletions

View File

@@ -81,7 +81,7 @@ void main() {
if (face == 0) {
colour.xyz *= vec3(0.75, 0.75, 0.75);
} else if (face != 1) {
colour.xyz *= vec3((float(face-2)/4)*0.25 + 0.75);
colour.xyz *= vec3((float(face-2)/4)*0.5 + 0.5);
}