<div dir="ltr"><div><div>Hi Sebastian,<br><br></div>Is this approach still valid with lots of little nodes that have no LOD detail against them? Or should I just tell my brain that the LOD part of the node isn't really applicable for what I'm doing and continue with your advice?<br><br></div>Thanks, Sam<br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 6, 2015 at 8:14 AM, Sebastian Messerschmidt <span dir="ltr"><<a href="mailto:sebastian.messerschmidt@gmx.de" target="_blank">sebastian.messerschmidt@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hi Sam,<br>
    </div><span class="">
    <blockquote type="cite">
      <div dir="ltr">
        <div>
          <div>Hi All,<br>
            <br>
          </div>
          I'm attempting to formulate the best way to stream in nodes
          that make up regions. These regions normally consist of
          anywhere between 4,000 to 6,000 nodes and end getting stitched
          together. My question is: Is the PagedLOD node what I want to
          use? I'm a little confused as to how the paging stuff works in
          OSG. Do I need to generate a tree (KD? Quad?). Do I then need
          to populate the tree and allow OSG to do its thing? Any
          guidance would be much appreciated.<br>
        </div>
      </div>
    </blockquote></span>
    The paging is done via DataBase pager. You can leverage its power by
    using osg::PagedLOD. Try to organize your nodes in a quadtree and
    reference the contained regions with an pagedLOD.<br>
    The pager will load them in the background.<br>
    <br>
    Cheers<br>
    Sebastian <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        Thanks.<br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
osg-users mailing list
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
</pre>
    </blockquote>
    <br>
  </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>