Please try it in release. Debug will totally change the deal, as each access to stl containers might be checked etc (at least for VisualStudio) As OSG uses standard containers quite a lot internally it will have some serious impact on some platforms. Some compilers will also disable optimization like SSE in debug profiles, so math heavy code like matrix multiplication etc. will be somewhat slower or less cache friendly.

Comparing fps really makes sense for optimized release code only.

cheers
Sebastian
Ok, so I meant to imply skinning. I guess what I described was rendering.

I am using debug.  I know it affects performance, but by that much?

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=61372#61372





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to