Java3d resetting to a new scene

Posted by Dan Howard on Stack Overflow See other posts from Stack Overflow or by Dan Howard
Published on 2009-11-04T21:43:12Z Indexed on 2010/06/13 1:02 UTC
Read the original article Hit count: 287

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about java-3d