more work on the main subject
This commit is contained in:
5
Makefile
5
Makefile
@@ -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$@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user