+ orbite sequence

This commit is contained in:
Tonton Th 2025-01-01 16:30:11 +01:00
parent 750a9d7214
commit 5c4287a572

View File

@ -5,7 +5,8 @@ POVDEP = contexte.inc elements.inc \
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)
@ -17,6 +18,9 @@ essai.png: essai.pov Makefile $(POVDEP)
passage.png: passage.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
orbite.png: orbite.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 -K340 -i$< -o$@
CK=175
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@