<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Sam,<br>
</div>
<blockquote
cite="mid:CAAXZrv_qVb_0zK8=kWkQ-kB9pQqeeD52hXqpmQX-7f4Dg0pj2w@mail.gmail.com"
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>
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
cite="mid:CAAXZrv_qVb_0zK8=kWkQ-kB9pQqeeD52hXqpmQX-7f4Dg0pj2w@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
Thanks.<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
osg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
</pre>
</blockquote>
<br>
</body>
</html>