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