Re: [JAVA3D] Vertical Sync

2001-03-05 Thread Shawn Kendall
D]> > Sent: Monday, March 05, 2001 12:49 PM > Subject: Re: [JAVA3D] Vertical Sync > > > This isn't really a driver tweak, it's just a render option. > When vertical sync is on, the entire 3D canvas will be refreshed in sync > with the vertical refresh, which forc

Re: [JAVA3D] Vertical Sync

2001-03-05 Thread David
001 12:49 PM Subject: Re: [JAVA3D] Vertical Sync This isn't really a driver tweak, it's just a render option. When vertical sync is on, the entire 3D canvas will be refreshed in sync with the vertical refresh, which forces the app to run no faster than the vertical sync of your monitor sett

Re: [JAVA3D] Vertical Sync

2001-03-05 Thread Shawn Kendall
This isn't really a driver tweak, it's just a render option. When vertical sync is on, the entire 3D canvas will be refreshed in sync with the vertical refresh, which forces the app to run no faster than the vertical sync of your monitor settings. However, if you turn it off, the app frame will u

Re: [JAVA3D] Vertical Sync

2001-03-02 Thread John Wright
Justin, as far as I know Voodoo drivers have had this option for a few years now (I haven't been able to find a way to do this on Matrox cards). It is driver dependent. NVidia's detonator drivers allow you to go into their advanced options; Additional Properties; to turn this on or off (at least i

Re: [JAVA3D] Vertical Sync

2001-03-02 Thread John Owen
may tear or flicker. - John - Original Message - From: "Justin Couch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 7:21 PM Subject: Re: [JAVA3D] Vertical Sync > David wrote: > > > > I was reading the OpenGL forum and th

Re: [JAVA3D] Vertical Sync

2001-03-02 Thread Justin Couch
David wrote: > > I was reading the OpenGL forum and they recommended disabling VSync in the > driver. I changed mine to "off always" and my framerate jumped up > considerably in my application. Is this particular to a given card/driver? If not, mind sharing some info on where to go to set these

[JAVA3D] Vertical Sync

2001-03-02 Thread David
I was reading the OpenGL forum and they recommended disabling VSync in the driver. I changed mine to "off always" and my framerate jumped up considerably in my application. I wonder what else is worth tweaking in the drivers Dave Yazel ==