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=0da9fdf2b9623665a991990e57485a007645eba6;hpb=5dd213695da2eb22219ac5143aa8b5cfe7c89559 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); +}