summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex31
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex b/Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex
deleted file mode 100644
index b5af48c2ec1..00000000000
--- a/Master/texmf-dist/doc/generic/pst-3dplot/examples/3d2.tex
+++ /dev/null
@@ -1,31 +0,0 @@
-\documentclass[a4paper,12pt]{article}
-\usepackage{pstricks}
-\usepackage{pst-3dplot}
-\usepackage{pst-grad}
-\parindent=0pt
-\makeatletter
-
-\begin{document}
-
-\begin{pspicture}(-5,-5)(5,5)
-\pstThreeDCoor
-\pstThreeDPut(1,0,0){
- \parametricplotThreeD[xPlotpoints=20,yPlotpoints=50](0,360)(0,360){%
- /a 1.5 def /b 2 def /c 3 def
- a t cos u sin mul mul
- b t sin u sin mul mul
- c u cos mul
- }
-}
-\pstThreeDPut(-1,2,3){
- \parametricplotThreeD[hiddenLine=true,plotstyle=curve,fillstyle=gradient,
- gradbegin=red,gradend=white,xPlotpoints=20,yPlotpoints=50](0,360)(0,360){%
- /a 3.5 def /b 2 def /c 2 def
- a t cos u sin mul mul
- b t sin u sin mul mul
- c u cos mul
- }
-}
-\end{pspicture}
-
-\end{document}