Some months ago I wrote a little application to display UML class diagrams in 3D space. I now created
a small webpage for it and made it available for download. Currently, it simply only loads
Altova UModel .ump files and displays their content in 3D, but some more features are planned to be added soon. It looks like this:
It is quite fun to fly across your software projects in 3D. Hope you like it. But pretty senseless for now, because I don't display any relations yet. I named the tool
irrUML3D because it uses
irrXML as high speed xml parser and
Irrlicht for 3D rendering, of course.