//drag the mouse to look around! function setup() { createCanvas(100, 100, WEBGL); perspective(PI / 3.0, width / height, 0.1, 500); } function draw() ...
確定! 回上一頁