π»Examples
You can do some complex stuff with very little code. Here's how π¨βπ»
Avatar
HandView hand = HPTK.core.avatars[0].body.leftHand;Transform tip = hand.pinky.tip.reprs[AvatarModel.key].transformRef;Transform tip = hand.pinky.tip.master.transformRef;AvatarView a = hand.body.avatar;BoneView b = hand.parent.root;Input
InputView input = hand.GetRegisteredView<InputView>();
if (input != null)
{
input.onHandTrackingLost.AddListener(myMethodA);
input.onHandTrackingRecovered.AddListener(myMethodB);
}Contact detection
Gesture detection
Puppet
Last updated