Syntax
Result = dbMakeMatrix(MatrixID, Width.f, Height.f, XSegments, ZSegments)
Description
If #PB_Any is used as the MatrixID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the MatrixID parameter.
This command will create a matrix to a given width and depth segmented into grid square of a specified arrangement. A matrix can be thought of as a grid landscape with individual tiles that can be textured, raised and lowered to create a wide variety of surfaces.
See Also