DirtyHippy
29-06-2009 04:28:45
The docs show
initialise (Ogre::RenderWindow *_window, const std::string &_core="core.xml", const std::string &_group=Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, Ogre::String _logFileName="MyGUI.log")
but the managed equivalent has no parameters, and thus I cannot set which render window to use? The managed version takes no parameters. Am I missing something? How do you specify which render window you want the GUI stuff to render to (as I have multiple render windows).
Thanks!
initialise (Ogre::RenderWindow *_window, const std::string &_core="core.xml", const std::string &_group=Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, Ogre::String _logFileName="MyGUI.log")
but the managed equivalent has no parameters, and thus I cannot set which render window to use? The managed version takes no parameters. Am I missing something? How do you specify which render window you want the GUI stuff to render to (as I have multiple render windows).
Thanks!