trying a new noise

This commit is contained in:
Tonton Th 2025-11-15 03:46:17 +01:00
parent 7ad90524c1
commit d7960898df

View File

@ -37,7 +37,7 @@ bubblecut.png: bubblecut.pov Makefile $(POVDEP)
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
noise.png: essai.png Makefile
convert -verbose -noise 5x15 $< $@
convert -verbose -noise 45x3 $< $@
hexabenz.png: hexabenz.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@