Browse Source

Pass:scale defaults;

bjorn 2 years ago
parent
commit
8deda71b64
2 changed files with 929 additions and 1007 deletions
  1. 927 1007
      api/init.lua
  2. 2 0
      api/lovr/graphics/Pass/scale.lua

File diff suppressed because it is too large
+ 927 - 1007
api/init.lua


+ 2 - 0
api/lovr/graphics/Pass/scale.lua

@@ -9,10 +9,12 @@ return {
     },
     sy = {
       type = 'number',
+      default = 'sx',
       description = 'The y component of the scale.'
     },
     sz = {
       type = 'number',
+      default = 'sx',
       description = 'The z component of the scale.'
     },
     scale = {

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