diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-08 22:34:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-08 22:34:13 +0000 |
commit | a0e3a6e70703784c4f4917d3a4dff545b91cf487 (patch) | |
tree | 5f080880ee9bb192fba1f45239d541a6aba2a941 /Master/texmf-dist/tex/generic/pst-3dplot | |
parent | b067e180fd68e71d2e6ee26ca3b99bdf411b10b2 (diff) |
pst-3dplot 1.86 (6oct09)
git-svn-id: svn://tug.org/texlive/trunk@15703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-3dplot')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex index a6857d694de..395d95988b8 100644 --- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex +++ b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.tex 123 2009-08-27 06:53:23Z herbert $ +%% $Id: pst-3dplot.tex 136 2009-10-06 21:37:53Z herbert $ %% %% This is file `pst-3dplot.tex', %% @@ -25,8 +25,8 @@ \ifx\PSTricksAddLoaded\endinput\else\input pstricks-add.tex\fi% loads node and plot \ifx\PSTMultidoLoaded\endinput\else\input multido.tex\fi % -\def\fileversion{1.85} -\def\filedate{2009/07/29} +\def\fileversion{1.86} +\def\filedate{2009/10/06} \message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -84,11 +84,14 @@ \def\psk@ThreeDplot@Alpha{45} \or %4 % \def\psk@ThreeDplot@Alpha{135} + \else +% \fi} % 0 default % 1 z y are orthogonal and angle x|y is Alpha, Beta has no meaning % 1 z y are orthogonal and angle Alpha is always 135, x-axis shortened by 1/sqrt(2), Beta has no meaning -\psset[pst-3dplot]{drawing,drawCoor,hiddenLine=false,SphericalCoor=false, +\define@key[psset]{pst-3dplot}{SphericalCoorType}[0]{\pst@checknum{#1}\psk@ThreeDplot@SphericalCoorType} +\psset[pst-3dplot]{drawing,drawCoor,hiddenLine=false,SphericalCoor=false,SphericalCoorType=0, leftHanded=false,eulerRotation=false,coorType=0,showgrid} % % ------- the global definitions for the pspicture frame ------ @@ -307,6 +310,7 @@ {end} if % End the correct dict if necessary /leftHanded \ifPst@leftHanded true \else false \fi def /coorType \psk@ThreeDplot@coorType\space def + /SphericalCoorType \psk@ThreeDplot@SphericalCoorType\space def \psk@ThreeDplot@xyzLight\space /zLight ED /yLight ED /xLight ED }% |