function setup() { createCanvas(100, 100, WEBGL); } function draw() { background(0); lights(); ... Sets the default ambient and directional light.
確定! 回上一頁