Hi all,<br><br>Following the ajax3d guidelines, I dynamically add scenes, the goal is to display buildings. All the buildings are initially boxes. Upon selection of one of the buildings, I would like to change the viewpoint to this building (this works) and replace the selected building by a new one, one with a much higher resoltion.<br>
<br>To do this, I would like to remove the old version of the building and add the new one, or perform some sort of replace. The problem is that I have no clue how to do this.<br><br>I have a reference to the scene, but there is no &quot;browser.removeScene&quot; call. I have tried it with a call to removeRootNode, but that doesn&#39;t work...<br>
<br>Anyone any suggestions?<br><br>Thanks,<br>Barry<br>