Hi all,

in my project I'm using some custom statistics as in the osguserstats.cpp
example.

In the example, user stats are updated every frame between advance() and
eventTraversal().

In my case, I was trying to update my stats between eventTRaversal() and
updateTraversal(), where I already execute some other code.

But by doing so, stats do not always show up correctly - sometimes they
"flicker" and do not show.
Is the one used in the example the only one safe place to update user stats?

Thank you,
Ricky
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to