The use of P in could be better. You get ugly stuff like this right now:
That's just an example, but it shows how you have to use the String "b" rather than :b which would be more consistent with the rest of Ogre. There are similar weird bits with other aspects of P like:
where Ogre forces use of [] to denote the collection.
The use of
Pin could be better. You get ugly stuff like this right now:That's just an example, but it shows how you have to use the
String"b" rather than:bwhich would be more consistent with the rest of Ogre. There are similar weird bits with other aspects ofPlike:where Ogre forces use of
[]to denote the collection.