Bruno Oliveira writes: > At some point I want to completely wipe out my scene. How can I delete > all nodes? If you want to wipe a node and all its descendants, just delete the parent node. That is what reference counting is all about. -- Alberto