-
Notifications
You must be signed in to change notification settings - Fork 50
greebles2
Lachlan McDonald edited this page Jul 26, 2020
·
16 revisions
greebles2 is a primitive brush that generates greebles by randomly generating an uneven grid and then randomly intruding each cell.
Argument | Description |
---|---|
Mode | Mode (see below) |
Min | Minimum cell size |
Max | Maximum cell size |
Depth | Maximum depth |
Seed | Global seed |
Mode | Mode: 1
|
Mode: 2
|
---|---|---|
Cells are intruded from the surface | Cells are added instead of intruded, creating a hollow shell | Only cells at the edges are removed |
Axis modes can use used to only add cuboids on certain axes.
X-axis mode | Y-axis mode |
---|---|
X & Y-axis mode | Z-axis mode |
1x3x4 |
4x4x4 |
4x1x7 |
---|
All content in this wiki is licenced under the CC BY-NC-SA 4.0 license. Code snippets are dual-licenced under the MIT License.