summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex
new file mode 100644
index 00000000000..cc32df20707
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/ex5.tex
@@ -0,0 +1,17 @@
+\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 0] 30 random-drops
+30 [1 0 0] 25 random-drops
+25 [1 1 0] 40 random-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} \ No newline at end of file