directionalLight example 0. function setup() { createCanvas(100, 100, WEBGL); } function draw() { background(0); //move your mouse to change light direction ...
確定! 回上一頁