Skip to content

textmode.js / layering / TextmodeLayer / ortho

Method: ortho()

ts
ortho(near?, far?): void;

Enable orthographic projection for this layer.

Parameters

ParameterType
near?number
far?number

Returns

void

Example