-
Notifications
You must be signed in to change notification settings - Fork 50
Prism Brush
Lachlan McDonald edited this page Jul 7, 2020
·
17 revisions
The Prism brush generates a prism; pyramid or tetrahedron with strait or curved angles.
Argument | Description |
---|---|
Mode | Mode (see below) |
Width X | Width of the incline on the X-axis (the step) |
Width Y | Width of the incline on the Y-axis (the step) |
- Setting both a Width X and Width Y will result in a tetrahedron (or pyryamid)
- Setting either Width X or Width Y to
0
and the other greater than0
will result in a prism. - Setting both to
0
will result in a cube.
Mode: 0
|
Mode: 1
|
---|---|
Linear interpolation (straight edge) | Sine interpolation (curved edge) |
Width: 8
|
Width: 16
|
---|---|
Width: 20
|
Width: 32
|
Width: 8
|
Width: 16
|
---|---|
Width: 20
|
Width: 32
|
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.