mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 17:58:02 +00:00
larry babby and threejs for glsl
This commit is contained in:
7
webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/square.vert
generated
vendored
Normal file
7
webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/square.vert
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
precision mediump float;
|
||||
|
||||
attribute vec2 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(position, 1, 1);
|
||||
}
|
||||
Reference in New Issue
Block a user