[Opal-commits] opal/samples/bin plugins.cfg,NONE,1.1 readme.txt,NONE,1.1 resources.cfg,NONE,1.1
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-18 22:21:16
|
Update of /cvsroot/opal/opal/samples/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32731/samples/bin Added Files: plugins.cfg readme.txt resources.cfg Log Message: made destructor protected for objects instantiated by OPAL; cleaned up a lot of things to prepare for 0.3.0 release --- NEW FILE: resources.cfg --- # Resource locations to be added to the 'boostrap' path # This also contains the minimum you need to use the Ogre example framework [Bootstrap] Zip=../../data/packs/OgreCore.zip # Resource locations to be added to the default path [General] FileSystem=../../data/models FileSystem=../../data/textures FileSystem=../../data/materials FileSystem=../../data/overlays --- NEW FILE: plugins.cfg --- # Defines plugins to load # Define plugin folder PluginFolder=. # Define plugins Plugin=RenderSystem_Direct3D7 Plugin=RenderSystem_Direct3D9 Plugin=RenderSystem_GL --- NEW FILE: readme.txt --- For OPAL-Ogre applications, make sure that the plugins.cfg and resources.cfg files are copied to to the same directory as the executables. Also, check resources.cfg to make sure its paths point to the correct resource directories. |