diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pst-3dplot')
-rw-r--r-- | Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro index f9a25a11b7b..fdb8e0d8d28 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 882 2014-02-01 13:12:37Z herbert $ +%% $Id: pst-3dplot.pro 401 2017-04-05 06:57: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.32 / 2014-02-01 Herbert Voss <hvoss _at_ tug.org> +%% version 0.33 / 2017-04-05 Herbert Voss <hvoss _at_ tug.org> %% with contributions of Darrell Lamm <darrell.lamm _at_ gtri.gatech.edu< %% % @@ -62,6 +62,10 @@ tx@3DPlotDict begin /x2D y x -0.559 mul Alpha cos mul add def /y2D z x -0.559 mul Alpha sin mul add def exit } if + coorType 7 le { % coorType |/_ with a 1/2 shortend x-axis and 135 degrees and z into the front + /x2D y x -0.5 mul Alpha cos mul add def + /y2D z x -0.5 mul Alpha sin mul add def + exit } if } repeat } def /ConvertTo2D { true 3Dto2D } def |