| 123456789101112131415161718 |
- return {
- summary = 'Reset the matrix to the identity.',
- description = [[
- Resets the matrix to the identity, effectively setting its translation to zero, its scale to 1,
- and clearing any rotation.
- ]],
- arguments = {},
- returns = {
- {
- name = 'm',
- type = 'Mat4',
- description = 'The original matrix.'
- }
- },
- related = {
- 'lovr.graphics.origin'
- }
- }
|