Skip to:
Building python-ogre for ogre, running into some problems with protected maps/iterators etc.
HlmsDatablockMap in HlmsManager is protected, trying to retrieve datablocks via getDatablocks results in a compiler error.
There are a number of similar instances throughout the code so I am probably doing something wrong.
Fixed in https://bitbucket.org/sinbad/ogre/commits/c46c940f978b6c44cac29f730449957f03e6fa03
Let me know if there's any more issues.
Building python-ogre for ogre, running into some problems with protected maps/iterators etc.
HlmsDatablockMap in HlmsManager is protected, trying to retrieve datablocks via getDatablocks results in a compiler error.
There are a number of similar instances throughout the code so I am probably doing something wrong.