diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-05 13:31:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-05 13:31:09 +0000 |
commit | 2ead1b8c1d880bf42cb0886b3a9dc62ff777f57a (patch) | |
tree | 33f8ac8c23ce05ca00905cb391521b8a728521fa /Master/texmf-dist/dvips | |
parent | 338aedc9191dd1399350c04a439eab031088fb0c (diff) |
pst-3dplot 1.84 (28jul09)
git-svn-id: svn://tug.org/texlive/trunk@14539 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro index 4c432b54f13..867363aee98 100644 --- a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro +++ b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.pro 50 2008-11-12 13:44:21Z herbert $ +%% $Id: pst-3dplot.pro 113 2009-04-20 16:07:36Z herbert $ %% %% This is file `pst-3dplot.pro', %% @@ -16,7 +16,7 @@ %% `pst-3dplot' is a PSTricks package to draw 3d curves and graphical objects %% %% -%% version 0.26 / 2008-01-03 Herbert Voss <voss _at_ PSTricks.de> +%% version 0.28 / 2009-04-20 Herbert Voss <voss _at_ PSTricks.de> %% with contributions of Darrell Lamm <darrell.lamm _at_ gtri.gatech.edu< %% % @@ -50,6 +50,10 @@ tx@3DPlotDict begin /x2D y x -0.5 mul sub def /y2D z x -0.5 mul sub def exit } if + coorType 4 le { % Normalbild in Trimetrie Skalierung so, dass coorType2 + /x2D x -0.5 mul y 1 mul add def + /y2D x -0.5 mul y -0.25 mul add z 1 mul add def + exit } if } repeat } def % @@ -405,7 +409,7 @@ tx@3DPlotDict begin Cyan cosV mul Magenta cosV mul Yellow cosV mul K cosV mul setcmykcolor fill grestore % 0 setgray - facetteSphere stroke + showgrid { facetteSphere stroke } if } if } for % /StartTheta StartTheta increment 2 div add def @@ -475,9 +479,10 @@ tx@3DPlotDict begin cosV mul 4 1 roll cosV mul 4 1 roll cosV dup mul mul 4 1 roll cosV dup mul mul 4 1 roll setcmykcolor fill - 0 setgray - facetteCylinder % drawing the segments - stroke + showgrid { + 0 setgray + facetteCylinder % drawing the segments + stroke } if } if } for } for @@ -718,9 +723,10 @@ tx@3DPlotDict begin Cyan Magenta Yellow K cosV mul 4 1 roll cosV mul 4 1 roll cosV dup mul mul 4 1 roll cosV dup mul mul 4 1 roll setcmykcolor fill - 0 setgray - facetteParaboloid - stroke + showgrid { + 0 setgray + facetteParaboloid + stroke } if } if } for } for |