X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=gl%2Fmesh_wireframe.frag;fp=gl%2Fmesh_wireframe.frag;h=13f001c0e74fbacff6dae7527ed0631daeb7d764;hp=0000000000000000000000000000000000000000;hb=9e9c2e84ac7826bfcaf00c5c0c770f64e16c4abf;hpb=1f2ac8b235365a672fad76a404ca8a2b6e79915b;ds=sidebyside diff --git a/gl/mesh_wireframe.frag b/gl/mesh_wireframe.frag new file mode 100644 index 0000000..13f001c --- /dev/null +++ b/gl/mesh_wireframe.frag @@ -0,0 +1,9 @@ +#version 120 + +uniform float zoom; + +varying vec3 ec_pos; + +void main() { + gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0); +}