la deuxième vidéo...

This commit is contained in:
Tonton Th
2024-12-22 15:05:36 +01:00
parent e51921d212
commit d0ef5351d3
6 changed files with 66 additions and 32 deletions

View File

@@ -8,10 +8,10 @@ PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W640 -H480 -i$< -o$@
povray $(POVOPT) -W800 -H600 -i$< -o$@
CK=130
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@
povray $(POVOPT) -W1920 -H1080 +K${CK} -i$< -o$@