We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › vsync on two monitors
Page Index Toggle Pages: 1
vsync on two monitors (Read 1665 times)
vsync on two monitors
Jun 4th, 2010, 4:30am
 
i was wondering whether someone knew how to to vertically sync the  image of a second monitor (a video projector hooked up to a mac book pro).

this works perfectly on the computer screen by itself, but when i hook up the projector, tearing is very visible.

void enableVSync() {                              
     pgl = (PGraphicsOpenGL) g;
     gl = pgl.beginGL();
     gl.setSwapInterval(1);
     pgl.endGL();                                                
}

any help would be appreciated!
Page Index Toggle Pages: 1