Код: Выделить всё
MovingMark[] mks = new MovingMark[20];
void setup(){
size(800,600);
smooth();
colorMode(HSB, 360, 100, 100);
for(int i=0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/78361041/why-do-they-rotate-together[/url]Код: Выделить всё
MovingMark[] mks = new MovingMark[20];
void setup(){
size(800,600);
smooth();
colorMode(HSB, 360, 100, 100);
for(int i=0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/78361041/why-do-they-rotate-together[/url]