During this week’s recitation, I focused on realizing the design for my final project with Nathan. We want to create an effect of revealing a photo by rolling the ball across certain paths. To do that, we need to create a PGraphics that layers upon the camera image. Eric taught me how to draw a PGraphics.
However, when I tried it on my own later during the weekend, I found that once a PGraphics is drawn, it cannot be modified. I still can’t make happen the effect that Nathan and I wanted. So we decided to use a static photo as background. But what I learnt from this recitation was exciting. Even though I probably won’t use it for my final project, I believe it may come of use someday.
Below is my code.