|
From: James W. <ja...@fr...> - 2007-10-03 19:34:10
|
Sauro Agostini wrote: > The FPS of the Farmhouse test were wrong. > > The right test is > > Previous 1.8 Quesa and Interactive renderer 8.1 - 8.4 FPS > > Last Quesa with Interactive or OpenGl renderer 2.9 - 3.2 FPS I tried the Farmhouse on my Mac Pro. Quesa 1.8, IR: 14.9 FPS current Quesa, OpenGL: 15.0 FPS current Quesa, IR: 15.7 FPS The main reason that the OpenGL renderer is a little slower than the IR seems to be the visibility culling in QORenderer::Renderer::SubmitTriMesh. Anyway, you need to improve your model. The farmhouse model has multiple references to various groups. Of course in some cases multiple references can make sense, for instance if the references are subject to different transformations, but in this case the multiple references are just siblings in a group. That is, you're rendering things multiple times for no apparent reason. When I removed the multiple references, the model rendered almost 10 times faster with no apparent change in appearance. -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> |