add a new seq for the trident

This commit is contained in:
Tonton Th
2025-12-18 21:53:36 +01:00
parent 936b3dda9e
commit f9054a1248
4 changed files with 28 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ DIMS = -W1600 -H1200
POVOPT = +q9 +A Declare=NbFrames=450 -d
POVDEP = contexte.inc hexacone.inc hexabenz.inc \
hexastar.inc \
globals.inc hexawood.inc datas/hf.png \
dynamic.inc trident.inc groundbase.inc \
gadgets.inc xperiment.inc
@@ -18,9 +19,12 @@ PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \
hexacone.png remote.png survol.png cutoff.png \
carto.png hexawood.png bubblecut.png \
circular.png panoramic.png splined.png
circular.png panoramic.png splined.png \
trident.png
echo "make PNG ck=$(CK) done" >> WS/log
trident.png: trident.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
splined.png: splined.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@