<div dir="ltr">Thanks Robert.<div><br></div><div>Clear on forcing the loading as in the LOS intersection utilities. Let say I load my area of interest at the LOD I want, how to force OSG now to render only that LOD ? Any hints on this?</div><div><br></div><div>Thanks so much !</div><div><br></div><div>Nick</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 29, 2016 at 7:55 PM, Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@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 Nick,<br>
<br>
On 29 November 2016 at 18:20, Trajce Nikolov NICK<br>
<span class=""><<a href="mailto:trajce.nikolov.nick@gmail.com">trajce.nikolov.nick@gmail.com</a><wbr>> wrote:<br>
> I need the idea this time :-) .... This hurts my head for few days already<br>
> :-)<br>
><br>
> As the subject says, I have VPB database, geocentric. And this is quad tree<br>
> with many LODs and it is PagedLOD based. How to isolate specific LOD and<br>
> display only that LOD? Quite challenging, uhm ...<br>
<br>
</span>There isn't any specific support for this in the OSG so you'll need to<br>
implement it yourself.  Essentially you'll need to traverse down the<br>
database loading subgraphs until you get to the level of interest then<br>
do your operations on that.  The closest example code to doing this<br>
would probably be the intersection utilities in osgSim such as<br>
osgSim::LineOfSight - these intersection utilities have a helper class<br>
that does the loading as the intersection utility drills down into the<br>
dataset.<br>
<br>
The other approach you could take would be to use the naming of the<br>
tiles on disk as a cue to what subgraphs contain the PagedLOD you are<br>
looking for.<br>
<br>
Robert.<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">trajce nikolov nick<br></div>
</div>