Processing典例——雷达
摘要:1 int offset=10; 2 float x, y; 3 float r=300; 4 float a=0; 5 void setup() 6 { 7 size(600,600); 8 background(0); 9 } 10 11 12 void draw() 13 { 14 backg
阅读全文
posted @ 2021-07-02 16:53
posted @ 2021-07-02 16:53
posted @ 2021-07-02 11:11
posted @ 2021-07-01 16:44