Finger Gestures Model

SubModel

FingerGesturesModel contains the references to the different gestures of a finger and it is the gateway between finger gestures and avatar model (FingerModel).

FingerGesturesModel is a sub-model of GestureDetectionModel, which contains the references to the different gestures of a hand. GestureDetectionModel has 5 FingerGesturesModel, one for each finger.

Parenting

  • Parent: GesetureDetectionModel this sub-model is related to.

Finger gestures

  • Pinch: Distance from thumb tip to finger tip.

  • Flex: Distance from finger tip to finger knuckle.

  • Strength: Rotation of finger's distal bone.

  • PalmLine: Distance from finger tip to a line that cross hand palm horizontally.

  • BaseRotation: Rotation of finger's proximal bones.

  • Extra: List of extra finger gestures to be updated by GestureDetectionController.

Last updated