Author: ArcRiley
Date: 2008-05-18 14:21:36 -0400 (Sun, 18 May 2008)
New Revision: 1268

Modified:
   trunk/pysoy/include/soy.scenes.pxd
Log:
'''Quick Fixes''' :
  * applying changes from another local branch
  * changed Scene._ambient to a Color


Modified: trunk/pysoy/include/soy.scenes.pxd
===================================================================
--- trunk/pysoy/include/soy.scenes.pxd  2008-05-18 18:20:29 UTC (rev 1267)
+++ trunk/pysoy/include/soy.scenes.pxd  2008-05-18 18:21:36 UTC (rev 1268)
@@ -23,6 +23,7 @@
 cimport py
 cimport soy._internals
 cimport soy._datatypes
+cimport soy.colors
 cimport soy.materials
 
 cdef :
@@ -58,7 +59,7 @@
   cdef soy._internals.Children    _lights
   cdef soy._internals.PointerSet  _giveFields
   cdef soy._internals.PointerSet  _callFields
-  cdef object                     _ambient
+  cdef soy.colors.Color           _ambient
   cdef void*                      _stepMutex
   cdef void                       _stepLock       ( self )                nogil
   cdef int                        _stepTryLock    ( self )                nogil
@@ -74,6 +75,7 @@
                                                     ode.dGeomID,
                                                     ode.dGeomID )         nogil
 
+
 cdef class Landscape (Scene) :
   cdef ode.dHeightfieldDataID     _heightmapID
   cdef ode.dGeomID                _heightmap

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

Reply via email to