Author: DavidCzech
Date: 2008-03-18 16:47:38 -0400 (Tue, 18 Mar 2008)
New Revision: 1166

Modified:
   trunk/pysoy/src/scenes/soy.scenes.pxd
Log:
Bug fix for float offset

Modified: trunk/pysoy/src/scenes/soy.scenes.pxd
===================================================================
--- trunk/pysoy/src/scenes/soy.scenes.pxd       2008-03-18 20:25:18 UTC (rev 
1165)
+++ trunk/pysoy/src/scenes/soy.scenes.pxd       2008-03-18 20:47:38 UTC (rev 
1166)
@@ -24,9 +24,6 @@
 cimport soy._internals
 cimport soy._datatypes
 cimport soy.materials
-#DEF Geom = 16
-#DEF GeomLight = 32
-#DEF GeomLight = 64
 
 cdef :
   struct Face :
@@ -48,7 +45,6 @@
     float tan_y
     float tan_z
 
-
 cdef void _prerunField(void*, void*, void*)
 cdef void _runField(void*, void*, void*)
 
@@ -77,7 +73,7 @@
   
 cdef class Planar (Scene) :
   cdef ode.dGeomID                _planeID
-  cdef int                        _offset
+  cdef float                       _offset
   cdef soy.materials.Material     _material
   cdef Vert                       _verts[60]
   cdef Face                       _faces[40]

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

Reply via email to