-
Notifications
You must be signed in to change notification settings - Fork 50
Grid Brush
Lachlan McDonald edited this page May 11, 2022
·
42 revisions
The
grid
brush generates a grid pattern with configurable thickness and spacing.
Parameter | 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 be used to 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 |
View the shaders below or download the latest release:
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.