Irrlicht Class Diagram

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
attitude
Posts: 10
Joined: Mon Aug 09, 2010 8:19 am

Irrlicht Class Diagram

Post 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
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

The API has inheritance diagrams for every class, maybe that could help.
attitude
Posts: 10
Joined: Mon Aug 09, 2010 8:19 am

Post by attitude »

Lonesome Ducky wrote:The API has inheritance diagrams for every class, maybe that could help.
Where do I find those diagrams? :?:
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post 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
Post Reply