-
Notifications
You must be signed in to change notification settings - Fork 51
Diagonal Line Brush
Lachlan McDonald edited this page Jun 9, 2020
·
23 revisions
The Diagonal Line brush shader creates parallel 45° lines of alternating widths.
- Direction: Direction of the lines on the Z-axis (see below)
- Color A: Color index of the primary line
- Color B: Color index of the secondary line
- Width A: Thickness of the primary line
- Width B: Thickness of the secondary line
- Offset: Adjusts the offset of the lines
The Direction is defined below:
Value | Summary |
---|---|
0 | Lines are diagonal on the Z-axis |
1 | Lines are diagonal on the Z-axis, but facing the opposite direction |
2 | Lines are straight on the Z-axis |
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.