Browse Source

Minor updates to getSkeleton;

bjorn 9 months ago
parent
commit
17f31ed0a9
2 changed files with 3 additions and 3 deletions
  1. 0 0
      api/init.lua
  2. 3 3
      api/lovr/headset/getSkeleton.lua

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


+ 3 - 3
api/lovr/headset/getSkeleton.lua

@@ -8,7 +8,7 @@ return {
   arguments = {
   arguments = {
     device = {
     device = {
       type = 'Device',
       type = 'Device',
-      description = 'The Device to query.'
+      description = 'The hand device to query (`left` or `right`).'
     },
     },
     t = {
     t = {
       type = 'table',
       type = 'table',
@@ -37,8 +37,8 @@ return {
     }
     }
   },
   },
   notes = [[
   notes = [[
-    If the Device does not support tracking joints or the transforms are unavailable, `nil` is
-    returned.
+    If the Device does not support tracking joints or the transforms are unavailable, this function
+    returns `nil`.
 
 
     The joint orientation is similar to the graphics coordinate system: -Z is the forwards
     The joint orientation is similar to the graphics coordinate system: -Z is the forwards
     direction, pointing towards the fingertips.  The +Y direction is "up", pointing out of the back
     direction, pointing towards the fingertips.  The +Y direction is "up", pointing out of the back

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