<div dir="ltr"><div><div><div>Hi Mika,<br><br></div>The rendering performance of LOD vs PagedLOD will be pretty well identical when all children are loaded.  If not all required children are loaded then the PagedLOD will fallback to lower res children and will run faster but with lower visual quality.<br><br></div>The loading of tiles is done in a background thread so doesn't directly affect rendering performance.  Merging of new GL objects and deleting expired GL objects can taken from the draw traversal, but this is load balanced to avoid breaking frame.<br><br></div><div>Personally I don't think there is much to gain from trying to compare performance as the behaviour is different so for any really dynamic scene what is actually being rendered each frame can be quite different.  Applications need to asses what type of LOD is required for their application then decide how best to build the database for that.  In you have a very large database then you really have little option but to use something like the PageLOD to give you the scalability you need.  If you don't need this scalability then LOD would be better simply from the simplicity of building the required database.<br></div><div><br></div>Robert.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 August 2015 at 09:40, Mika Weiss <span dir="ltr"><<a href="mailto:chelleywa@gmail.com" target="_blank">chelleywa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to asses the performance of a LOD file vs. pagedLOD file. I have four levels in each model and I would like to time every rendering process that happens . writing the timings into a file could be great.<br>
<br>
I'm pretty sure it was done before. Does anyone have a funcion for that, or could at least give me an idea how to write one?<br>
...<br>
<br>
Thank you!<br>
<br>
Mika<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=64702#64702" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=64702#64702</a><br>
<br>
<br>
<br>
<br>
<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>
</blockquote></div><br></div>