Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在 Leap Motion 中找到 Hand 的基本位置...
我对手的基本位置感到困惑。或者我应该继续手球中心。?
Hand.palmPosition() 位于手掌中心,是 LM API 给出的距手掌根部最近的点。我会使用它而不是 sphereCenter(),它位于手掌下方的某个位置,并且在用户弯曲手指时移动的可预测性可能会降低。
[更新] 从 Leap Motion SDK 2.0 版本开始,Hand 类有一个手腕Position() 属性。