Ogre 常用设置

xiaoxiao2021-02-28  84

1.跳过ogre配置窗口:restoreConfig()

bool configure(void) { if(mRoot->restoreConfig() || mRoot->showConfigDialog()) //if(mRoot->showConfigDialog()) { mWindow = mRoot->initialise(true); return true; } else return false; }

转载请注明原文地址: https://www.6miu.com/read-70552.html

最新回复(0)