video release

This commit is contained in:
Tonton Th
2024-12-20 14:24:45 +01:00
parent ff8ccfea55
commit e51921d212
7 changed files with 85 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
POVOPT = +q9 +a0.01 -d
POVOPT = +q9 +a0.02 -d
POVDEP = contexte.inc elements.inc datas/hf.png
@@ -10,7 +10,7 @@ PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W640 -H480 -i$< -o$@
CK=30
CK=130
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@