-
Notifications
You must be signed in to change notification settings - Fork 50
Grid Brush
Lachlan McDonald edited this page Jun 27, 2021
·
42 revisions
The
grid
brush generates a grid pattern with variable thickness and spacing.
Argument | Description |
---|---|
Color A | Color index of the lines |
Color B | Color index of the boxes in between the lines |
Thickness | Line thickness |
Size X | Spacing between lines on the X-axis |
Size Y | Spacing between lines on the Y-axis |
Size Z | Spacing between lines on the Z-axis |
Setting Color A to 0
will result in gaps, instead of lines. Similarly, setting Color B to 0
will only produce lines (with no boxes in between).
Thickness: 1
|
Thickness: 2
|
---|---|
Thickness: 3
|
Thickness: 4
|
Axis Modes can use used ensure voxels are only generated on certain axes:
No set axis mode | X-axis mode | Y-axis mode |
---|---|---|
X & Y-axis mode | Z-axis mode |
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.