Bläddra i källkod

Minor updates to getSkeleton;

bjorn 8 månader sedan
förälder
incheckning
17f31ed0a9
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 0 0
      api/init.lua
  2. 3 3
      api/lovr/headset/getSkeleton.lua

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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

Vissa filer visades inte eftersom för många filer har ändrats