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);
相关文章
相关标签/搜索