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