Processing 入門教程(十九) 圖片動畫

/* @pjs preload="data/mummo.jpg"; */ float x; PImage photo; void setup() { size(940, 705); x = width; photo = loadImage("AddImage.jpg"); } void draw() { background(0); image(photo, x, 0);
相關文章
相關標籤/搜索