[Opal-commits] opal/samples/bin plugins.cfg,1.1,1.2 readme.txt,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-19 14:03:04
|
Update of /cvsroot/opal/opal/samples/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7749/samples/bin Modified Files: plugins.cfg readme.txt Log Message: Made playpen app work on Linux. Index: plugins.cfg =================================================================== RCS file: /cvsroot/opal/opal/samples/bin/plugins.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plugins.cfg 18 Apr 2005 22:21:07 -0000 1.1 --- plugins.cfg 19 Apr 2005 14:02:25 -0000 1.2 *************** *** 5,9 **** # Define plugins - Plugin=RenderSystem_Direct3D7 - Plugin=RenderSystem_Direct3D9 Plugin=RenderSystem_GL --- 5,7 ---- Index: readme.txt =================================================================== RCS file: /cvsroot/opal/opal/samples/bin/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 18 Apr 2005 22:21:07 -0000 1.1 --- readme.txt 19 Apr 2005 14:02:25 -0000 1.2 *************** *** 1 **** ! 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. \ No newline at end of file --- 1,6 ---- ! A few things need to be setup for Ogre before running OPAL-Ogre applications: ! ! 1. The 'plugins.cfg' and 'resources.cfg' files must be in the same directory as the executables. ! 2. The paths in 'resources.cfg' must point to the correct resource directories. ! 3. On platforms besides win32, make sure 'plugins.cfg' does not contain Direct3D plugins. ! 4. Note the 'PluginsFolder' path in 'plugins.cfg'. The plugins listed in this file must exist in this path. |