Skip to content

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.

Arguments

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 than 0 will result in a prism.
  • Setting both to 0 will result in a cube.

Modes

Example of mode of 0 Example of mode of 1
Mode: 0 Mode: 1
Linear interpolation (straight edge) Sine interpolation (curved edge)

Widths

Mode: 0

Example of mode of 0 and width 8 Example of mode of 0 and width 16
Width: 8 Width: 16
Example of mode of 0 and width 20 Example of mode of 0 and width 32
Width: 20 Width: 32

Mode: 1

Example of mode of 0 and width 8 Example of mode of 0 and width 16
Width: 8 Width: 16
Example of mode of 0 and width 20 Example of mode of 0 and width 32
Width: 20 Width: 32

Examples

Example Example
Clone this wiki locally