aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
2025-04-25 17:03:28 +02:00
parent 098b605799
commit cff2d92070
7 changed files with 159 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ public class PieceShader extends ShaderProgram {
void main(void){
gl_Position = camMatrix * modelTransform * vec4(position, 1.0);
pass_color = vec3(1, 0, 1);
pass_color = position;
}
""";