normalMaterial

概要

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

[p5.js] normalMaterial

サンプル

def setup
  createCanvas(100, 100, WEBGL)
end

def draw
  background(200)
  normalMaterial
  sphere(40)
end

構文

戻値