The Scenegraph is core tool within Java3d,
you can traverse it, modify it, view it, and __ STORE __ it
or at least a representation of it, with
Sun's Java Scenegraph Editor.
Java3d Scenegraph Editor: Save, View, Load, Edit your scenegraph
-
Just a note of caution, I just read this from the Java 3D API:
"Serialization
Canvas3D does not support serialization. An attempt to serialize a Canvas3D
object will result in an UnsupportedOperationException being thrown."
And this, even though Canvas3D implements java.io.serializable. ;oP
So,
Hehehe,
Sounds like you're trying to implement a Save Game feature... My collegue
and I are planning to do so by saving the whole Canvas 3D and a few other
things as well... The only was I can see it happen is by serializing the
objects from the top down... And I'm not familiar with BranchGroup's
s
hi all,
can we save the java3d scene etc into a file and open that file again on
canvas?
i mean to say is there any function calss available to do so.
thanking you,
sandeep
===
To unsubscribe, send email to [EMAIL PROTECTED
Hi All,
I tried the iconifing method you proposed but
nothing appears to be cleared, also i cannot reuse my
dialog again have any one any other ideas to free
memory,
Best Regards
--- Jean-Robert D'Amore <[EMAIL PROTECTED]> wrote:
> Noticing the same problems with memory leaks, he