aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
""";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user