Show
Ignore:
Timestamp:
09/08/08 15:24:04 (3 months ago)
Author:
ArcRiley
Message:

Ticket #962 :

  • eliminated soy.bodies.Body._calcFogCoords
  • fixed some obvious problems with liquid_example.py
  • still renders just black
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/src/bodies/Body.pym

    r1351 r1356  
    462462  # 
    463463 
    464   cdef void _calcFogCoords(self) nogil : 
    465     if self._model is not None : 
    466       self._model._calcFogCoords(<float> self._position[1]) 
    467  
    468  
    469464  cdef void _getModelviewInv(self, float* _mtx) nogil : 
    470465    _mtx[0]  = self._rotation[0]