saving a java3D scene

Anyone knows ways and formats supported by java3D in saving and exporting ?

help greatly appreciated.

Innately Java3D only supports its own file format for saving a scene-graph.

To support others you would have to write your own code. There are utilities to traverse the scenegraph though which might help you a bit.

What kind of format is this ? Can we load/save from/to it ?

I’m interested in saving a scene, then maybe writing a little program just to display it and view it…

I’ve searched and searched, but haven’t found anything yet…

Yes.

Im pretty sure its in the Java3D1.4 API docs. I think there may even be an example is the 1.4 examples.

If you really can’t find it there post back and I’ll dig for it…

(Edit: I think its called “Scene Graph IO”, I’d expect the package to eb some permutation of that, or maybe just javax.java3d.io, or something similar… )

Its amazing what a google will do…

http://www.seas.ucla.edu/java3d/com/sun/j3d/utils/scenegraph/io/package-summary.html

Hi, gents :slight_smile:

I’ve found what I was looking for : a X3D, VRML saver for Java3D.
That Works fine.

Please have a look on N.Konno “VRMLPlayer”.
http://www.cybergarage.org/vrml/cv97/cv97java/
Then download the sources from sourceforge.

cheers

Spytox

um, I don’t udnerstand.

Why are you asking ME to look at this? Its not my problem.

If it solves your problem then great but I see no need to either look at or download this at the moment.