BRICKS

THE BOX'S MAIN HELP:
This function returns a brick pattern.
S   controls the direction of the width of the bricks.
T   controls the direction of the height of the bricks.
BW  is the width of the bricks.
BH  is the height of the bricks.
MW  is the width of the mortar.

S (input):
This must be a varying float. The default is s.
This controls the direction of the width of the bricks.

T (input):
This must be a varying float. The default is t.
This controls the direction of the height of the bricks.

BW (input):
This must be a float. The default is 0.5.
This is the width of the bricks.

BH (input):
This must be a float. The default is 0.2.
This is the height of the bricks.

MW (input):
This must be a float. The default is 0.08.
This is the width of the mortar.

OUT (output):
This function returns a brick pattern.

W (output):
This is the brick width plus the mortar width.
W = BW + MW.

H (output):
This is the brick height plus the mortar width.
H = BH + MW.

SS (output):
This is the width direction divided by the width.
SS = S/W.

TT (output):
This is the height direction divided by the height.
TT = T/H.

<-- BACK TO Patterns

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.