WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-06-2012, 12:43 AM
Huib Huib is offline
Member
 
Join Date: Nov 2010
Posts: 10
Quote:
Originally Posted by farshizzo View Post
If your script is running at a solid 60 FPS, then vsync is most likely on.
Yes no doubt about that. When I disable vsync, framerate rises to about 90 FPS. And it does its job perfectly, as long as the 2 "requirements" are met.

Quote:
Can you make sure power management is not enabled in the nVidia 3D settings. The setting should be called "Power management mode" and you will want to make sure it is set to "Maximum performance".
Quote:
Also, this is not ideal, but try enabling the 'viz.glFinish' option:
Code:
viz.setOption('viz.glFinish',1)
Why is this not ideal? It didn't seem to have any effect. But I guess it could have some benefits in certain conditions? (and some negative side effects?)

Quote:
Let me know if any of these make a difference.
I tried both (also combined), but unfortunately none of it appeared to increase quality and the problems still remained.
Reply With Quote
  #2  
Old 04-11-2012, 09:29 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The glFinish option is not ideal because it blocks at the end of the frame for the GPU to finish rendering. This can reduce the framerate in some cases because you lose the parallelization of the CPU and GPU.

If you disable vsync, what is the reported frame rate in Vizard? If you are getting tearing with vsync on, then this is most likely a driver issue. Do you have the latest drivers for your graphics card installed?
Reply With Quote
  #3  
Old 04-12-2012, 06:34 AM
Huib Huib is offline
Member
 
Join Date: Nov 2010
Posts: 10
Quote:
Originally Posted by farshizzo View Post
If you disable vsync, what is the reported frame rate in Vizard? If you are getting tearing with vsync on, then this is most likely a driver issue. Do you have the latest drivers for your graphics card installed?
Without vsync, the framerate goes somewhere from 70 to 100 or even higher, depending on which scene is loaded or which part we're in.

I have the latest (stable) drivers, downloaded from the nvidia website.
Reply With Quote
Reply

Tags
choppy, focus, primary, tearing, windows 7


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:52 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC