la deuxième vidéo...
This commit is contained in:
4
Makefile
4
Makefile
@@ -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$@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user