uggly working

This commit is contained in:
2025-05-16 11:18:10 +02:00
parent 9ff433c257
commit 3d544eb5ff
6 changed files with 55 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ public class PieceShader extends ShaderProgram {
uniform vec3 modelColor;
out vec4 out_color;
layout(location = 0) out vec4 out_color;
void main(void){
const float shineDamper = 10.0;