Hello, I had a similar issue as i needed to dynamically control the scene-graph in Octaga in a way that LODs and Switches didn't. It took quite a lot of solving for me, my solution was to make a grouping node that parented all of the content in my scene, then i wrote scripts that could control the children of that node. This involved a bit of recursion, as in order to remove the all the children (including routes etc..) I had to get references to them as it didn't work to simply reference the MFNode that contained the kids. <br>
<br><br>Hope that helps<br>Ben Jackson <br><br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 4:27 AM, Tom Sparks <span dir="ltr"><<a href="mailto:tom_a_sparks@yahoo.com.au">tom_a_sparks@yahoo.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">> > I have<br>
> > been playing with<br>
> > LOD, but that is not a viable solution.<br>
> ><br>
> > <br>
> ><br>
> > The initial buildings are boxes, because the hires<br>
> versions<br>
> > are heavy,<br>
> > varying<br>
> > from a 100k to 300k per building. LOD preloads the<br>
> > different scenes,<br>
> > which<br>
> > would be unworkable.<br>
><br>
</div>have you tried GeoLOD?<br>
<br>
I am in the same boat, why cant this be made a standard<br>
feature to LODing node?<br>
<font color="#888888"><br>
tom sparks<br>
</font><div class="hm"><br>
<br>
__________________________________________________________________________________<br>
Get more done like never before with Yahoo!7 Mail.<br>
Learn more: <a href="http://au.overview.mail.yahoo.com/" target="_blank">http://au.overview.mail.yahoo.com/</a><br>
</div><div><div></div><div class="h5"><br>
_______________________________________________<br>
X3D-Public mailing list<br>
<a href="mailto:X3D-Public@web3d.org">X3D-Public@web3d.org</a><br>
<a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a><br>
</div></div></blockquote></div><br>