Revision: 679
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=679&view=rev
Author: andy_miller
Date: 2008-07-29 13:49:17 +0000 (Tue, 29 Jul 2008)
Log Message:
-----------
More for the Portal support
Modified Paths:
--------------
trunk/python-ogre/demos/ogrepcz/Demo_PCZ01.py
trunk/python-ogre/demos/plugins.cfg
Modified: trunk/python-ogre/demos/ogrepcz/Demo_PCZ01.py
===================================================================
--- trunk/python-ogre/demos/ogrepcz/Demo_PCZ01.py 2008-07-29 12:56:20 UTC (rev 678)
+++ trunk/python-ogre/demos/ogrepcz/Demo_PCZ01.py 2008-07-29 13:49:17 UTC (rev 679)
@@ -154,7 +154,7 @@
self.pczSM.setZoneGeometry( zoneName, pcz.castAsPCZSceneNode(self.sceneManager.getRootSceneNode()), terrain_cfg )
# create aab portal(s) around the terrain
- corners =[]
+ corners =[None]*2
aabb = ogre.AxisAlignedBox()
# make portal from terrain to default
Modified: trunk/python-ogre/demos/plugins.cfg
===================================================================
--- trunk/python-ogre/demos/plugins.cfg 2008-07-29 12:56:20 UTC (rev 678)
+++ trunk/python-ogre/demos/plugins.cfg 2008-07-29 13:49:17 UTC (rev 679)
@@ -11,7 +11,10 @@
Plugin=Plugin_OctreeSceneManager.dll
Plugin=Plugin_CgProgramManager.dll
Plugin=Plugin_PCZSceneManager.dll
+Plugin=Plugin_OctreeZone.dll
+Plugin=Plugin_OctreeSceneManager.dll
+
##
## NOTE use this for MacOS or Linux
# Plugin=RenderSystem_GL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|