textmode.js / Textmodifier / scale
Method: scale()
ts
scale(
x,
y?,
z?): void;Scale subsequent geometry in model space.
Parameters
| Parameter | Type | Description |
|---|---|---|
x | number | Scale factor for X. |
y? | number | Scale factor for Y. Defaults to x. |
z? | number | Scale factor for Z. Defaults to x for uniform scale, or 1 when only x and y are provided. |
Returns
void