Page 1 of 1

/Brush Gradient

Posted: April 20th, 2012, 5:47 pm
by Hellenion
Yes, another brush.

This brush is to create smooth transitions between block types:

Code: Select all

/Brush gradient @z 1 dirt
or even:

Code: Select all

/Brush gradient @yx red orange yellow
at the first mark there will be a lot of the first blocktype, but slowly more and more of the second are introduced. At the second mark, there is a lot of the last blocktype.

Re: /Brush Gradient

Posted: April 20th, 2012, 9:19 pm
by fragmer
Would be easy to do with simple probabilistic (random) dithering. Much harder to do proper dithering, e.g. Floyd-Steinberg, dithering.

Re: /Brush Gradient

Posted: April 20th, 2012, 9:48 pm
by KingCrab
Literally was just about to suggest this the other day and forgot about it.