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
Irrlicht Class Diagram
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
I believe that Lonesome Ducky means that when you open for example help for irr::scene::IAnimatedMesh --attitude wrote:Where do I find those diagrams?Lonesome Ducky wrote:The API has inheritance diagrams for every class, maybe that could help.
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):