1

Is there a tool for visualizing a given java3d app's scenegraph? Just like there is tools for auto generating UML diagrams.

Edit: if not, is there any good free tools for drawing such graphs? os x

randoms
  • 2,793
  • 1
  • 31
  • 48

2 Answers2

1

this Java 3D forum thread might help: http://www.java.net/forum/topic/javadesktop/java-desktop-technologies/java-3d/java3d-loaded-scene-info

August

1

J3DWorkbench is very good. http://eclectic3d.net/

sproketboy
  • 8,967
  • 18
  • 65
  • 95
  • thank you, even though its quite a while since i asked the question, it might still come in handy for someone else. – randoms Jul 21 '11 at 06:25