Page 1 of 1

Rendering seems to be very slow

Posted: 12 Feb 2013, 15:46
by alphaUser
Hello,

Even when simulation is not running, my rendering is very slow (more than 50ms for an empty scene). My CPU also seems to be busy at something.
What is going on?

Re: Rendering seems to be very slow

Posted: 12 Feb 2013, 16:45
by coppelia
Hello,

Maybe your graphic card is simply too old (several years old) and can't handle it. But I suspect it might be linked with another problem:

This sometimes happens with some graphic cards (typically Nvidia), and more often on Linux systems. There can be several reasons and several solutions. Most of the time, it is because the graphic card overrides the application's settings regarding the "vertical syncronization", or vsync. Make sure you have that parameter turned off (or turned onto "use application's settings") in the graphic card settings.

There can also be problems with drivers, specially on Linux systems. Please also refer to following post:

http://www.gamedev.net/topic/638336-tro ... der-linux/

Finally, you can try to experiment a little bit with the V-REP user setting file (appFolder/system/usrset.txt). Try to modify following entries, and see if you get better results:

useGlFinish
vsync
debugOpenGl (prints rendering timings to the console or terminal)

Cheers