first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
varying vec2 v_uv;
|
||||
|
||||
void main() {
|
||||
v_uv = uv;
|
||||
gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
|
||||
}
|
||||
Reference in New Issue
Block a user