float t = clamp(d, 0.0, 1.0); return vec4(color, 1.0 - t); }. void main() { vec2 uv = gl_FragCoord.xy; vec2 center = vUV.st*0.5; ...
確定! 回上一頁