commit big mess before refactoring

This commit is contained in:
Tonton Th
2025-03-07 10:51:57 +01:00
parent f417711da3
commit c65090e4a2
18 changed files with 233 additions and 100 deletions

View File

@@ -6,12 +6,12 @@ POVDEP = contexte.inc elements.inc hexabenz.inc \
globals.inc hexawood.inc datas/hf.png \
dynamic.inc trident.inc
CK=230
CK=180
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \
hexacone.png remote.png survol.png cutoff.png
hexacone.png remote.png survol.png cutoff.png \
carto.png
echo "make PNG ck=$(CK) done" >> WS/log
@@ -47,3 +47,8 @@ remote.png: remote.pov Makefile $(POVDEP)
survol.png: survol.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
carto.png: carto.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@