Hi everyone, just wondering if anybody else gets a one second white screen in their window at startup of their application when using P2D. I thought it might be something OpenGL related, so I poked around, but didn't see anything. It's not a major issue, but if there is a way to eliminate it, or switch it to something custom, that would be awesome. Thanks in advance!
Okay, so I am creating a sketch in processing, and everything was working perfectly fine until just now. I have created a class named World, tha
t loads all of the objects in that screen of the world. It had been working fine until now, but when I changed some things that don't even pertain to the World file I get "Cannot find a class or type named 'World""... anybody know what's up? I tried the age old theory of close it and open it again, but unfortunately it doesn't work. I really have no clue what's up here... My code important to what's happening is below. Help would be greatly appreciated!