Page 1 of 1

Irrlicht Class Diagram

Posted: Mon Aug 16, 2010 4:49 pm
by attitude
Hello

It would be nice to have a graphical representation of irrlicht classes. Microsoft Visual Studio’s Class Diagram Tool is good, but it seems it’s not inclined to generate a class diagram of such a large library of graphics classes (at least I was not successful). Do you know a better way of generating such class diagrams or are you able to provide me one?

Thanks in advance

Posted: Mon Aug 16, 2010 7:03 pm
by Lonesome Ducky
The API has inheritance diagrams for every class, maybe that could help.

Posted: Mon Aug 16, 2010 9:56 pm
by attitude
Lonesome Ducky wrote:The API has inheritance diagrams for every class, maybe that could help.
Where do I find those diagrams? :?:

Posted: Mon Aug 16, 2010 10:42 pm
by greenya
attitude wrote:
Lonesome Ducky wrote:The API has inheritance diagrams for every class, maybe that could help.
Where do I find those diagrams? :?:
I believe that Lonesome Ducky means that when you open for example help for irr::scene::IAnimatedMesh --
http://irrlicht.sourceforge.net/docu/cl ... _mesh.html -- you see the diagram of related classes (what classes inherited (from very base) and what classes inherits this one):
Image