Author: DavidCzech
Date: 2008-01-05 04:42:55 +0000 (Sat, 05 Jan 2008)
New Revision: 755

Modified:
   trunk/pysoy/src/meshes/Axis.pxi
Log:
Oops Z-tag upside down

Modified: trunk/pysoy/src/meshes/Axis.pxi
===================================================================
--- trunk/pysoy/src/meshes/Axis.pxi     2008-01-05 02:31:20 UTC (rev 754)
+++ trunk/pysoy/src/meshes/Axis.pxi     2008-01-05 04:42:55 UTC (rev 755)
@@ -45,9 +45,10 @@
     gl.glBegin(gl.GL_LINE_STRIP)
     gl.glColor3f(0.,0.,1.)
     gl.glVertex3f(-0.2,0,1.35)#
+    gl.glVertex3f(0.2,0.,1.35)
     gl.glVertex3f(-0.2,0.,1.75) # Z TAG
-    gl.glVertex3f(0.2,0.,1.35) #
-    gl.glVertex3f(0.2,0.,1.75)
+    gl.glVertex3f(0.2,0.,1.75) #
+    
     gl.glEnd()
     gl.glBegin(gl.GL_LINE_STRIP)
     gl.glColor3f(0.,1.,0)

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to