trying a new noise
This commit is contained in:
parent
7ad90524c1
commit
d7960898df
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ bubblecut.png: bubblecut.pov Makefile $(POVDEP)
|
|||||||
essai.png: essai.pov Makefile $(POVDEP)
|
essai.png: essai.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||||
noise.png: essai.png Makefile
|
noise.png: essai.png Makefile
|
||||||
convert -verbose -noise 5x15 $< $@
|
convert -verbose -noise 45x3 $< $@
|
||||||
|
|
||||||
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
|
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user