summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex
blob: 30d1125cafdcde5b3b61b9c07ee3c8444dc7d92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\psMarble[viscosity=1000,
    background={[1 1 1]},
    actions={
0 0 200 0 1 [0 0 0] 40 30 Gaussian-drops
0 0 300 0 1 [1 0 0] 25 40 Gaussian-drops
0 0 500 0 1 [1 1 0] 35 25 Gaussian-drops
45 [11 100 0 tines] 50 100 30 rake
-45 {5 mul sin 50 mul} wiggle
250 250 -32e3 10 vortex
-250 -250 32e3 10 vortex
   }](10,10)
\end{pspicture}
\end{document}