+ orbite sequence
This commit is contained in:
parent
750a9d7214
commit
5c4287a572
6
Makefile
6
Makefile
@ -5,7 +5,8 @@ POVDEP = contexte.inc elements.inc \
|
|||||||
globals.inc datas/hf.png
|
globals.inc datas/hf.png
|
||||||
|
|
||||||
|
|
||||||
PNG: essai.png scene.png topview.png passage.png
|
PNG: essai.png scene.png topview.png passage.png \
|
||||||
|
orbite.png
|
||||||
|
|
||||||
|
|
||||||
topview.png: topview.pov Makefile $(POVDEP)
|
topview.png: topview.pov Makefile $(POVDEP)
|
||||||
@ -17,6 +18,9 @@ essai.png: essai.pov Makefile $(POVDEP)
|
|||||||
passage.png: passage.pov Makefile $(POVDEP)
|
passage.png: passage.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
|
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
|
||||||
|
|
||||||
|
orbite.png: orbite.pov Makefile $(POVDEP)
|
||||||
|
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
|
||||||
|
|
||||||
CK=175
|
CK=175
|
||||||
scene.png: scene.pov Makefile $(POVDEP)
|
scene.png: scene.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@
|
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@
|
||||||
|
Loading…
Reference in New Issue
Block a user