Skip to content

textmode.js / Textmodifier / resetMatrix

Method: resetMatrix()

ts
resetMatrix(): void;

Reset the current model transform to identity.

This clears translation, rotation, and scale state for subsequent draw calls.

Returns

void

Example