Browse Source

Mat4:invert copy;

bjorn 2 years ago
parent
commit
dea242d856
2 changed files with 846 additions and 1097 deletions
  1. 845 1096
      api/init.lua
  2. 1 1
      api/lovr/math/Mat4/invert.lua

File diff suppressed because it is too large
+ 845 - 1096
api/init.lua


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

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

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