Hi, I have an app that interactively builds models of given hierarchical data sources, it works and the models typically take about 20 - 50 MB depending on depth and branching factor etc. The models are rooted at a BranchGroup that I detach when I want to rebuild the model for a new data source and then reattach.
The problem is that each time I reattach the BranchGroup the memory used by the new model is added to the memory already in use, the memory used by the old now not referenced model is not collected at any time. Any suggestions welcome. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
