Skip to content

Stairs Brush

Lachlan McDonald edited this page Jun 8, 2020 · 16 revisions

Generates a slope of stairs. This shader is used as a brush.

Parameters

  • Alignment: The rotation of the stairs
  • Count: The number of runs to fit within the brush's dimensions. If the shader's dimensions are not divisible by the count, the depth of each run will be inconsistent.
  • Height: The height of each run
  • X/Y Gap: The distance between each run of adjacent stairs.
  • Z Gap: The distance between each run and the next run above it.

Count

Example of a count of 2 Example of a count of 4
Example of a count of 6 Example of a count of 8

Height

Example of a height of 1 Example of a height of 2
Example of a height of 3 Example of a height of 4

X/Y Gap

Example of a X/Y gap of 0 Example of a X/Y gap of 1
Example of a X/Y gap of 2 Example of a X/Y gap of 3

Z Gap

Example of a Z gap of 0 Example of a Z gap of 1
Example of a Z gap of 2 Example of a Z gap of 3
Clone this wiki locally