Hi Tomas, On 6/09/10 3:27 , Tomas Starka wrote: > Well, my mistake, I didn't make myself clear. I , of course, have vsync set > as "Use > application settings" in drivers (nVidia Control Panel). It's by the way a > default value. > But I can't seem to make my application to disable vsync. In OGL I did it > quite simply by > wglSwapInterwalEXT, but since OSG viewer sets up a display, window etc. for > me I thing > there should be a way to let him know that I want vsync disabled. Maybe, > since this is my > 3rd post I can finaly add some code, which I "stole" from osgwindow example:
Check osgViewer/GraphicsWindowWin32.cpp:setSyncToVBlank and you'll find that it's not implemented yet. (Well, there is code that looks reasonable, but it's disabled...) Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

