BranchGroup - detach and attach
843799Dec 25 2009 — edited Jun 13 2010Hi,
in the API I found the sentence:
• A BranchGroup that is contained within another subgraph may be reparented or detached at run time if the appropriate capabilities are set.
What happens when a BG is detached? Is it removed by means deleted and therefore unusable for further processing? If so, it seems that one has to store a reference to the BG after creation to be able to attache it later again... But why naming a method detach(), would be better something like removeBG() or deleteBG() or so...
Thx!