Skip to content

greebles1

Lachlan McDonald edited this page Jul 26, 2020 · 17 revisions

greebles1 is a primitive brush that generates greebles by randomly generating cuboids and subtracting voxels that overlap.

Arguments

Argument Description
Mode Mode (see below)
Count Number of cuboids to generate (higher values results in more greebles)
Width Maximum width of the randomly generated cuboids
Height Maximum height of the randomly generated cuboids
Depth Maximum depth of the randomly generated cuboids
Seed Global seed

Modes

Example of mode 0 Example of mode 1
Mode Mode: 1
Voxels overlapping cuboids are removed Only voxels overlapping cuboids are kept

Axis Modes

Axis modes can use used to only add cuboids on certain axes.

Example of X-axis mode Example of Y-axis mode
X-axis mode Y-axis mode
Example of X & Y-axis mode Example of Z-axis mode
X & Y-axis mode Z-axis mode

Count

Example of a count of 16 Example of a count of 32
Count: 16 Count: 32
Example of a count of 64 Example of a count of 128
Count: 64 Count: 128

Width, Height & Depth

Example of a depth of 1 Example of a depth of 32
Depth: 1 Depth: 32
1x1x60 256x1x1
1x1x60 256x1x1
8x8x18 2x64x24
8x8x18 2x64x24
1x1x78 45x1x1
1x1x78 45x1x1

Examples

Example
Borg Cube
Clone this wiki locally