Midterm 1

I’ve written and dealt with classes before, in Python and C++. The syntax for Java isn’t to different but I was putting curly braces in places I wouldn’t have thought I needed to. I kept getting an error with my the curly braces in my class so I commented it out and just manually generated the object I wanted to create in the set up and draw functions. I kind of want to recreate something similar to a wall of disco balls. I’m gonna need a lot more practice with the 3D render and user interaction.  The way user interaction maybe implemented is that every time the user clicks the screen, a different disco beat will play and the disco balls will change colors.  We haven’t learned how to incorporate audio yet but I’ll Just watch a video and read the documentation about how to do so.

https://www.openprocessing.org/sketch/512813