Skip to content

raylib.rlLoadIdentity

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Reset current matrix to identity matrix

Parameters

None.

Return value

None.

Notes

Example

raylib.rlMatrixMode 5888  // RL_MODELVIEW (0x1700)
raylib.rlLoadIdentity

Clone this wiki locally