Skip to content
Lachlan McDonald edited this page May 11, 2022 · 20 revisions

noise replaces all voxels which match a specified color with a randomly chosen color from the selected colors in the palette.

See also the Random shader and the Noise brush shaders.

Parameters

Parameter Description
Target Color Color index to replace
Size X Size of the noise on the X-axis
Size Y Size of the noise on the Y-axis
Size Z Size of the noise on the Z-axis
Seed Global seed

Sizes

Example of a size of 1x1x1 Example of a size of 2x2x8 Example of a size of 4x10x1
Example of a size of 1x1x1 Example of a size of 2x2x8 Example of a size of 4x10x1

Axis Modes

Axis modes can use used to only add noise on certain axes:

Example of no set axis mode Example of X-axis mode Example of X & Y-axis mode
No set axis mode X-axis mode X & Y-axis mode
Example of Y-axis mode Example of Z-axis mode
Y-axis mode Z-axis mode

Download

View the shaders below or download the latest release:

Clone this wiki locally