smooth

概要

p5.jsリファレンス(参考情報)

[p5.js] smooth

サンプル

def setup
  background(0)
  noStroke
  smooth
  ellipse(30, 48, 36, 36)
  noSmooth
  ellipse(70, 48, 36, 36)
end

構文

戻値