summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex
blob: 9c82ad6aecb19f3895241f892b03b41a13b25c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
  \psMarble[
    background={
      [ 118 118 118 ]
    },
    colors={
      [ 118 118 118 ]
    },
    viscosity=1000,
    oversample=2,
    actions={
      0 0 500 dup 0 colors 0 get 1.75 edgy-color 25 100 uniform-drops
      0 0 900 dup 0 [ colors 0 get 1.75 edgy-color ] 50 71 uniform-drops
      0 0 [ 50 150 250 350 450 550 650 ] 2 -90 70 stir
    }
  ](12,12)
\end{pspicture}
\end{document}