We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I was recently looking into the new features in Processing 3, and was pretty excited about the new fullScreen(SPAN) feature.
Unfortunately, I was unable to get the simple example code to function...I get half of the ellipse on my main screen, and an empty desktop on the other.
void setup() {
fullScreen(SPAN);
ellipse(width/2, height/2, height, height);
}
Anyone have any insight? Is there a preferences setting or something that I missing in order to get this to work?
Thanks!