<div dir="ltr">HI Nick,<div><br></div><div>The osg::Stats object can record different times for various parts of the frame, a subset of these are displayed by the StatsHandler when you enable it.</div><div><br></div><div>If you need a callback for the end of cull traversal then there isn't any specific built in for this, you could subclass from osgViewer::Renderer and implement your own wrapper for the cull traversal to do what you want.</div><div><br></div><div>Robert.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 20 March 2016 at 17:04, Trajce Nikolov NICK <span dir="ltr"><<a href="mailto:trajce.nikolov.nick@gmail.com" target="_blank">trajce.nikolov.nick@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Just looked at the code .. So it is<div><br></div><div><span style="font-size:12.8px">_viewer->renderingTraversals()</span><span style="font-size:12.8px">;</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">callingĀ </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">renderer->cull();</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">on the Cameras ....</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Is there any way to know when this cull is completed?</span></div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Sun, Mar 20, 2016 at 12:52 PM, Trajce Nikolov NICK <span dir="ltr"><<a href="mailto:trajce.nikolov.nick@gmail.com" target="_blank">trajce.nikolov.nick@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi community,<div><br></div><div>any clue when the cull traversal is being dispatched in this decomposed viewer frame calls?</div><div><br></div><div><div>_viewer->advance();</div><div>_viewer->eventTraversal();</div><div>_viewer->updateTraversal();</div><div>_viewer->renderingTraversals();<br></div><div><br></div><div>Thanks a bunch as always!</div><span><font color="#888888"><div><br></div><div>Nick</div><div><br></div>-- <br><div>trajce nikolov nick<br></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>trajce nikolov nick<br></div>
</font></span></div>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br></blockquote></div><br></div>