2022-05-01から1日間の記事一覧

Shader Circle Drawing

When you draw a Circle, you need to measure dot's distance from origin of circle. If distance from origin is longer than circle's radius, return 1(white), if distance from origin is shoter than(when the radius is below 0.2) its radius, r…