X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=test%2Fanimation.tex;fp=test%2Fanimation.tex;h=bad690b87ad1a6b3295a64b69774cc0da1c93ee3;hb=f0c35b1341043ab532bd685c57fb513c44c356d3;hp=0000000000000000000000000000000000000000;hpb=99c7eb1c5fdd23d7617d3817806af416e4614d15;p=delaunay.git diff --git a/test/animation.tex b/test/animation.tex new file mode 100644 index 0000000..bad690b --- /dev/null +++ b/test/animation.tex @@ -0,0 +1,38 @@ +\documentclass{article} +%% compiler avec lualatex +\usepackage[margin=2.5cm]{geometry} +\usepackage{luamesh} +\usepackage{fontspec} +\usepackage{multido} +\pagestyle{empty} + + +\begin{document} + +\multido{\ii=5+1}{3}{% + \newpage + \meshAddOnePoint[mode=ext,step=badtriangles, + colorNew =green!20!red, + colorBack=red!10, + colorCircle = blue, + ]{mesh.txt}{\ii} + \newpage + \meshAddOnePoint[mode=ext,step=cavity, + colorNew =green!20!red, + colorBack=red!10, + colorCircle = blue, + ]{mesh.txt}{\ii} + \newpage + \meshAddOnePoint[mode=ext,step=newtriangles, + colorNew =green!20!red, + colorBack=red!10, + colorCircle = blue, + ]{mesh.txt}{\ii} +} + +\newpage + +\buildMesh[mode=ext,print=points]{mesh.txt} + + +\end{document}