Show
Ignore:
Timestamp:
03/08/08 06:18:08 (10 months ago)
Author:
manuel
Message:

Correction d'un bug dans l'affichage de l'ombre qui apparaissait lorsque l'observateur était à une faible distance de la Terre.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pst-map3d/map3d.pro

    r21 r26  
    586586   } for 
    587587phi0 1 phi0 180 add { /t exch def 
    588     /Xpoint 0 def 
    589     /Ypoint Rsphere t cos mul def 
    590     /Zpoint Rsphere t sin mul def 
    591    CalculsPointsAfterTransformations 
    592    CalcCoordinates 
     588RsphereScreen t cos mul  
     589RsphereScreen t sin mul  
    593590   lineto 
    594591   } for 
     
    626623   } for 
    627624phi0 1 phi0 180 add { /t exch def 
    628     /Xpoint 0 def 
    629     /Ypoint Rsphere t cos mul def 
    630     /Zpoint Rsphere t sin mul def 
    631    CalculsPointsAfterTransformations 
    632    CalcCoordinates 
     625RsphereScreen t cos mul  
     626RsphereScreen t sin mul  
    633627   lineto 
    634628   } for