问题 I have been doing a small little project using Processing, and the effect I wanted to achieve was a kind of "mountains" forming and moving, using Perlin Noise with the noise() function, with 2 parameters. I was originally using a image for the background, but for illustrational purposes, I made the background black, and it's basically the same effect. My issue is that I want to have a "history" of the mountains because they should fade away after some time, and so I made a history of PShapes,