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&#39;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&#39;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">&lt;<a href="mailto:tom_a_sparks@yahoo.com.au">tom_a_sparks@yahoo.com.au</a>&gt;</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">&gt; &gt;   I have<br>
&gt; &gt; been playing with<br>
&gt; &gt; LOD, but that is not a viable solution.<br>
&gt; &gt;<br>
&gt; &gt;   <br>
&gt; &gt;<br>
&gt; &gt; The initial buildings are boxes, because the hires<br>
&gt; versions<br>
&gt; &gt; are heavy,<br>
&gt; &gt; varying<br>
&gt; &gt; from a 100k to 300k per building. LOD preloads the<br>
&gt; &gt; different scenes,<br>
&gt; &gt; which<br>
&gt; &gt; would be unworkable.<br>
&gt;<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>