lFlags

Flags that indicate which type of brick edge to use, and which mortar style to use. You can specify no flags, one flag, or combine one flag from each group of flags by using a bitwise OR (|).

The following flags indicate which type of shading to use on the brick edges:

Value

Meaning

BRICKS_SOLID

[0x0000] Use bricks with solid edges.

BRICKS_SMOOTHEDOUT

[0x0001] Use bricks with edges that fade from in to out.

BRICKS_SMOOTHEDIN

[0x0002] Use bricks with edges that fade from out to in.

The following flags indicate which type of mortar to use:

Value

Meaning

BRICKS_TRANSPARENTMORTAR

[0x0000] Use transparent mortar.

BRICKS_COLOREDMORTAR

[0x0010] Use crMortarColor mortar.