add a new sequence

This commit is contained in:
Tonton Th
2025-01-19 21:45:56 +01:00
parent 1eac9d4cfc
commit 070679ec5b
3 changed files with 46 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
DIMS = -W1600 -H1200
POVOPT = +q9 +a0.02 -d
# POVOPT = +q9 +a0.02 -d
POVOPT = +q9 +A -d
POVDEP = contexte.inc elements.inc hexabenz.inc \
globals.inc datas/hf.png
@@ -9,7 +10,7 @@ CK=180
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \
hexacone.png
hexacone.png remote.png
topview.png: topview.pov Makefile $(POVDEP)
@@ -36,4 +37,6 @@ scene.png: scene.pov Makefile $(POVDEP)
escadrille.png: escadrille.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
remote.png: remote.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@