Author: ArcRiley
Date: 2008-03-06 20:27:24 -0500 (Thu, 06 Mar 2008)
New Revision: 1080

Modified:
   trunk/pysoy/src/bodies._bodies/Camera.pxi
Log:
Ticket #901 :
  * yet another round of testing/debug


Modified: trunk/pysoy/src/bodies._bodies/Camera.pxi
===================================================================
--- trunk/pysoy/src/bodies._bodies/Camera.pxi   2008-03-07 01:24:21 UTC (rev 
1079)
+++ trunk/pysoy/src/bodies._bodies/Camera.pxi   2008-03-07 01:27:24 UTC (rev 
1080)
@@ -61,7 +61,6 @@
       gl.glLineWidth (1)
     #
     # Now we apply an inverse matrix to translate to the Scene's origin
-    '''
     _mtx[0]  = self._rotation[0]
     _mtx[1]  = self._rotation[1]
     _mtx[2]  = self._rotation[2]
@@ -80,8 +79,7 @@
     _mtx[15] = 1.0
     gl.glLoadMatrixf(_mtx)
     gl.glTranslatef(-self._position[0], -self._position[1], -self._position[2])
-    (<soy.scenes.Scene> self._scene)._coreRender()
-    '''
+    ### (<soy.scenes.Scene> self._scene)._coreRender()
     #
     # Framerate calc
     self._rtimes[self._rpt] = soy._internals._time()

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to