Methods
(static) defaultOptions(maxXopt, maxYopt, maxZopt)
Return a default options object, origin at center.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
maxX | number | <optional> | 16 | Integer max X value |
maxY | number | <optional> | maxX | Integer max Y value |
maxZ | number | <optional> | Math.max(maxX, maxY) | Integer max Z value |
Returns:
WorldOptions