commits du dimanche soir, espoir

This commit is contained in:
Tonton Th
2026-01-04 23:01:37 +01:00
parent 90894f8008
commit 111a7519f1
27 changed files with 153 additions and 59 deletions

View File

@@ -4,7 +4,7 @@ DIMS = -W1600 -H1200
POVOPT = +q9 +A0.05 -WT2 Declare=NbFrames=450 -d
POVDEP = contexte.inc hexacone.inc hexabenz.inc \
hexastar.inc all.inc \
all.inc hexastar.inc \
globals.inc hexawood.inc datas/hf.png \
dynamic.inc trident.inc groundbase.inc \
gadgets.inc xperiment.inc
@@ -20,7 +20,7 @@ PNG: essai.png scene.png topview.png passage.png \
hexacone.png remote.png survol.png cutoff.png \
carto.png hexawood.png bubblecut.png \
circular.png panoramic.png splined.png \
trident.png approche.png
trident.png approche.png hexastar.png
echo "make PNG ck=$(CK) done" >> WS/log
approche.png: approche.pov Makefile $(POVDEP)
@@ -41,7 +41,7 @@ cutoff.png: cutoff.pov Makefile $(POVDEP)
bubblecut.png: bubblecut.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
essai.png: essai.pov Makefile $(POVDEP)
essai.png: essai.pov Makefile $(POVDEP) hexastar.inc
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
noise.png: essai.png Makefile
convert -verbose -noise 45x3 $< $@
@@ -55,6 +55,9 @@ hexacone.png: hexacone.pov Makefile $(POVDEP)
hexawood.png: hexawood.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
hexastar.png: hexastar.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
passage.png: passage.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@