소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.