bjorn 1 year ago
parent
commit
481e93fc28
2 changed files with 2 additions and 2 deletions
  1. 0 0
      api/init.lua
  2. 2 2
      api/lovr/headset/Device.lua

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


+ 2 - 2
api/lovr/headset/Device.lua

@@ -137,7 +137,7 @@ return {
     }
   },
   notes = [[
-    The `hand/*/grip` pose is used to render an object held in the user's hand.  It's positioned at
+    The `grip` pose is used to render an object held in the user's hand.  It's positioned at
     the surface of the palm.  The X axis of the grip orientation is perpendicular to the palm,
     pointing away from the left palm or into the right palm.  If you imagine the hand holding a
     stick, the Z axis will be parallel to the stick.
@@ -148,7 +148,7 @@ return {
 
     ---
 
-    The `/point` pose is used to aim or point at objects.  It's usually positioned slightly in front
+    The `point` pose is used to aim or point at objects.  It's usually positioned slightly in front
     of the hand or controller, and is oriented so the -Z axis points in a natural forward direction.
 
     <img src="/img/aim.svg" width="600" alt="Hand Point Pose" class="flat"/>

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