Browse Source

Mat4:invert copy;

bjorn 2 years ago
parent
commit
2f11052d2b
2 changed files with 374 additions and 356 deletions
  1. 373 355
      api/init.lua
  2. 1 1
      api/lovr/math/Mat4/invert.lua

File diff suppressed because it is too large
+ 373 - 355
api/init.lua


+ 1 - 1
api/lovr/math/Mat4/invert.lua

@@ -5,7 +5,7 @@ return {
   returns = {
   returns = {
     m = {
     m = {
       type = 'Mat4',
       type = 'Mat4',
-      description = 'The original matrix.'
+      description = 'The original matrix, with its values inverted.'
     }
     }
   },
   },
   variants = {
   variants = {

Some files were not shown because too many files changed in this diff