Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
varying vec2 uv;
|
||||
|
||||
void main() {
|
||||
vec4 col = gl_Color;
|
||||
col.a = (1.0 - abs(0.5 - uv.y)) * 2.0;
|
||||
gl_FragColor = col;
|
||||
}
|
||||
Reference in New Issue
Block a user