vec2 m = gl_PointCoord.xy - vec2(0.5, 0.5);. float dist = radius - sqrt(m.x * m.x + m.y * m.y);. float t = 0.0;. if (dist > border).
確定! 回上一頁