MOGRE Documentation

julescoder

03-02-2010 17:23:57

I have gone through the ogre c++ documentation, but i cant seem to find the MOGRE documentation.
Where is it ?

smiley80

04-02-2010 07:05:55

The API is basically the same in Mogre. It's just 'dotnetified', meaning (in most cases) members are PascalCased and simple getter/setter are properties.
And, the SDK includes the XML comments file (Mogre.xml) which allows Visual Studio to show comments for most of Mogre's types and their members.

julescoder

04-02-2010 14:40:35

I was guessing as much. Thanks