Copy /** * Sine. * * Smoothly scaling size with the sin() function. */ float diameter; float angle = 0; void setup() { size(640, 360); diameter = height ...
確定! 回上一頁