Skip to content

raylib.rlGetMatrixModelview

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get internal modelview matrix

Parameters

None.

Return value

Condition Return Value
(always) map

Notes

Example

mv = raylib.rlGetMatrixModelview()
print mv

Clone this wiki locally