Skip to content

raylib.rlPushMatrix

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Push the current matrix into RLGL.State.stack

Parameters

None.

Return value

None.

Notes

Example

raylib.rlPushMatrix
raylib.rlTranslatef 50, 50, 0
raylib.rlScalef 2, 2, 1
// draw scaled/translated object
raylib.rlPopMatrix

Clone this wiki locally