add a new seq for the trident
This commit is contained in:
6
Makefile
6
Makefile
@@ -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$@
|
||||
|
||||
Reference in New Issue
Block a user