blob: a907e10cae05bf356b77a16f3f6df292c00375bd [file] [log] [blame]
#version 110
attribute vec4 vertexPosition;
uniform mat4 modelMatrix;
void main()
{
gl_Position = modelMatrix * vertexPosition;
}