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.

Count

The count is the height of each runs to fit within the brush's X & Y dimensions. If the shader's dimensions are not divisible by the count, the depth of each run will be inconsistent.

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

The height is the height of each run.

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

The X/Y Gap is the distance between each run of adjacent stairs.

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

The Z Gap is the distance between each run and the next run above it.

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