Hand Pose Asset

HandPoseAsset is a set of 5 FingerPoses (one for each hand finger) in the form of ScriptableObject.

These FingerPoses can be accessed both through variables and list. HandPoseAsset can also store wrist transformation to be used if needed.

HandPoseAssets can be created by doing right click in project window and navigating to Create/HPTK/HandPose.

HandPoseAsset contains the following variables:

  • Alias: Name that identifies the hand pose (optional). Mainly used for debugging purposes.

  • Wrist: AbstractTsf that represents the transformation to apply to wrist (optional).

  • Thumb: FingerPose to apply to thumb finger.

  • Index: FingerPose to apply to index finger.

  • Middle: FingerPose to apply to middle finger.

  • Ring: FingerPose to apply to ring finger.

  • Pinky: FingerPose to apply to pinky finger.

  • Fingers: List of FingerPoses (thumb, index, middle, ring and pinky).

HPTK package includes the following HandPoseAssets:

HPTK Posing & Snapping includes the following HandPoseAssets (among others):

Last updated