brunch-threejs/app/js/shaders/example-vert.glsl
2018-10-14 00:19:28 -04:00

5 lines
122 B
GLSL

void main() {
gl_Position = projectionMatrix *
modelViewMatrix *
vec4(position, 1.0);
}