Browse Source

Fix Vec4:unpack;

bjorn 3 years ago
parent
commit
460b954143
2 changed files with 872 additions and 936 deletions
  1. 867 936
      api/init.lua
  2. 5 0
      api/lovr/math/Vec4/unpack.lua

File diff suppressed because it is too large
+ 867 - 936
api/init.lua


+ 5 - 0
api/lovr/math/Vec4/unpack.lua

@@ -17,6 +17,11 @@ return {
       name = 'z',
       name = 'z',
       type = 'number',
       type = 'number',
       description = 'The z value.'
       description = 'The z value.'
+    },
+    {
+      name = 'w',
+      type = 'number',
+      description = 'The w value.'
     }
     }
   },
   },
   related = {
   related = {

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