Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86254
distant_faded_icon_ps.txt
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
194 B
Referenced Files
None
Subscribers
None
distant_faded_icon_ps.txt
View Options
varying vec2 uv;
void main() {
float rad = length(uv - vec2(0.5));
if(rad > 0.33)
discard;
gl_FragColor = vec4(gl_Color.rgb, (1.0 - max((rad - 0.28) / 0.05, 0.0)) * gl_Color.a);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Sep 12, 1:00 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42783
Default Alt Text
distant_faded_icon_ps.txt (194 B)
Attached To
Mode
R80 StarRuler2-Source
Attached
Detach File
Event Timeline
Log In to Comment