Browse Source

Add targetTo() doc, fix UI/Spectator_Camera example

Josip Miskovic 4 years ago
parent
commit
92ddc79b1c
3 changed files with 2 additions and 9224 deletions
  1. 0 9222
      api/init.lua
  2. 1 1
      api/lovr/math/Mat4/lookAt.lua
  3. 1 1
      api/lovr/math/Mat4/target.lua

File diff suppressed because it is too large
+ 0 - 9222
api/init.lua


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

@@ -34,7 +34,7 @@ return {
     }
   },
   related = {
-    'Mat4:target'
+    'Mat4:target',
     'Quat:direction'
   }
 }

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

@@ -34,7 +34,7 @@ return {
     }
   },
   related = {
-    'Mat4:lookAt'
+    'Mat4:lookAt',
     'Quat:direction'
   }
 }

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