ソースを参照

Minor updates to getSkeleton;

bjorn 9 ヶ月 前
コミット
17f31ed0a9
2 ファイル変更3 行追加3 行削除
  1. 0 0
      api/init.lua
  2. 3 3
      api/lovr/headset/getSkeleton.lua

ファイルの差分が大きいため隠しています
+ 0 - 0
api/init.lua


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

@@ -8,7 +8,7 @@ return {
   arguments = {
     device = {
       type = 'Device',
-      description = 'The Device to query.'
+      description = 'The hand device to query (`left` or `right`).'
     },
     t = {
       type = 'table',
@@ -37,8 +37,8 @@ return {
     }
   },
   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
     direction, pointing towards the fingertips.  The +Y direction is "up", pointing out of the back

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません