more work on the main subject

This commit is contained in:
Tonton Th
2024-12-17 14:36:26 +01:00
parent 7936e64a06
commit 2c87793fb1
4 changed files with 73 additions and 23 deletions

View File

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