Hi all,
I'm working on a game in Java3D. I read all my level info from a file and it works fine. But now I want to re-initialize the scene from reading data from a different file.
How do I reset the scene?
Should I just destroy the whole canvas3D and universe objects?