attribute vec3 a_position;
uniform mat4 u_matrix;
void main() {
gl_Position = vec4(a_position, 1.0);
}