cosmetic
This commit is contained in:
parent
090981d84c
commit
2a59fba488
13
Makefile
13
Makefile
@ -5,17 +5,20 @@ POVDEP = contexte.inc elements.inc \
|
|||||||
globals.inc datas/hf.png
|
globals.inc datas/hf.png
|
||||||
|
|
||||||
|
|
||||||
PNG: essai.png scene.png topview.png
|
PNG: essai.png scene.png topview.png passage.png
|
||||||
|
|
||||||
|
|
||||||
topview.png: topview.pov Makefile $(POVDEP)
|
topview.png: topview.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) -K200 -W1280 -H1024 -i$< -o$@
|
povray $(POVOPT) -W1280 -H1024 -K359 -i$< -o$@
|
||||||
|
|
||||||
essai.png: essai.pov Makefile $(POVDEP)
|
essai.png: essai.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) -W800 -H600 -i$< -o$@
|
povray $(POVOPT) -W1280 -H1024 -i$< -o$@
|
||||||
|
|
||||||
CK=306
|
passage.png: passage.pov Makefile $(POVDEP)
|
||||||
|
povray $(POVOPT) -W1280 -H1024 -K300 -i$< -o$@
|
||||||
|
|
||||||
|
CK=175
|
||||||
scene.png: scene.pov Makefile $(POVDEP)
|
scene.png: scene.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) -W3200 -H2400 +K${CK} -i$< -o$@
|
povray $(POVOPT) -W1280 -H1024 +K${CK} -i$< -o$@
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user