PDA

View Full Version : Scene flow problems


kovitch
06-26-2012, 06:51 AM
Hi,

I'm implementing a supermerket scene, where I have lots of different kind of objects. However, I'm experiencing some lack of smothness (while moving around) when I point the camera to a place with lots of objects. The frame rate drops from 60 to 25. I Already changed the textures' size I used from 256 to 128, but it showed no big difference.

Is there any kind of tip you could give me to supress this issue?

Best regards,

Alex.

ps: I have a good PC and my graphical card is a Quadro 2000.

sleiN13
06-27-2012, 12:23 AM
Reduce the polygon count, most of the time that is more effective then reducing texture size. Use the F4 key to see if you reached your gpu memory limit to make sure it isn't the textures. Besides that you could also make rows of shelves invisible if you can't possibly see them anyway. Vizard should be doing this automatically with culling but cull takes time and therefore frame rate.

kovitch
06-27-2012, 06:45 AM
Very good tip. My frame rate is high again! Thanks. :)