|
@@ -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"/>
|