advancingu / QmlOgre

Integrates Ogre3D into Qt QML scenes by rendering Ogre to FBOs.
Other
80 stars 26 forks source link

Add support to load plugins and resources from config files #1

Closed d3ce1t closed 11 years ago

d3ce1t commented 11 years ago

This patch adds support to load plugins and resources from config files. The plugins.cfg file is automatically loaded by Ogre engine, whereas resources.cfg is loaded by OgreEngine::setupResources() method. Both files must be in the same directory as the executable file.

advancingu commented 11 years ago

Thanks, I'll review it on my system later today.

advancingu commented 11 years ago

Merged, thanks! Much more flexible than hardcoding.