Revision: 505
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=505&view=rev
Author: bharling
Date: 2007-12-17 10:03:00 -0800 (Mon, 17 Dec 2007)
Log Message:
-----------
Updated to the latest version of the showcase demo.
A little speed improvement.
-bharling
Added Paths:
-----------
trunk/python-ogre/demos/showcase_01/plugins.cfg
Added: trunk/python-ogre/demos/showcase_01/plugins.cfg
===================================================================
--- trunk/python-ogre/demos/showcase_01/plugins.cfg (rev 0)
+++ trunk/python-ogre/demos/showcase_01/plugins.cfg 2007-12-17 18:03:00 UTC (rev 505)
@@ -0,0 +1,19 @@
+# Defines plugins to load
+
+## Use this for Windows
+# Define plugin folder
+PluginFolder=../../plugins
+Plugin=RenderSystem_GL.dll
+Plugin=RenderSystem_Direct3D9.dll
+Plugin=Plugin_ParticleFX.dll
+Plugin=Plugin_BSPSceneManager.dll
+Plugin=Plugin_OctreeSceneManager.dll
+Plugin=Plugin_CgProgramManager.dll
+
+##
+## NOTE use this for MacOS or Linux
+# Plugin=RenderSystem_GL
+# Plugin=Plugin_ParticleFX
+# Plugin=Plugin_BSPSceneManager
+# Plugin=Plugin_OctreeSceneManager
+# Plugin=Plugin_CgProgramManager
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|