Renderers in P2D / JAVA2D at the same time

edited August 2015 in How To...

Hi, I have question about renderer, I'm testing my visualization in Processing with two monitor and If I can release the same visualization (same program) on two screens with different mode (P2D / JAVA2D)? I know that I can use SPAN for use for example P2D on two monitor, but that's not the point. I tried some like this:

void settings() { fullScreen(P2D, 1); fullScreen(JAVA2D, 2); }

But only second monitor display my visualization. Any suggestions?

Sign In or Register to comment.