textmode.js / layering / TextmodeLayer / ortho
Method: ortho()
ts
ortho(near?, far?): void;Enable orthographic projection for this layer.
Parameters
| Parameter | Type |
|---|---|
near? | number |
far? | number |
Returns
void
textmode.js / layering / TextmodeLayer / ortho
ortho(near?, far?): void;Enable orthographic projection for this layer.
| Parameter | Type |
|---|---|
near? | number |
far? | number |
void