Java 3D(tm) Scene Graph Editor
This application provides a visual editor for creating and manipulating
Java 3D scene graphs. The tool can also be used by developers to visualize
the scene graphs in their application.
Screen Shot
To use the editor to view the graph of your application you need to install
bcel-5.0 before compiling the editor. See the instructions in extra_libs directory.
Once this has been installed and the editor has been compiled you can start
any Java3D application using the J3dEditor_2.0/bin/java3db command in place
of the java command.
For example
java HelloUniverse
becomes
java3db HelloUniverse
This feature of the tool is very new and is considered alpha quality.
Note on Windows you will need to edit the toolhome and jdk_homw parameter
in the java3db.bat scripts to point to the install location of the tools.