Skip to content

Instantly share code, notes, and snippets.

@shah0150
Last active September 6, 2017 21:16
Show Gist options
  • Select an option

  • Save shah0150/6daf177e959235e348b8173c4f345de3 to your computer and use it in GitHub Desktop.

Select an option

Save shah0150/6daf177e959235e348b8173c4f345de3 to your computer and use it in GitHub Desktop.
var fist = new HandPose("Fist", new FingerPose(new AllFingersContext(), FingerFlexion.Folded));
var cheers = new HandPose("ThumpsUp",
new FingerPose(new[] { Finger.Thumb }, FingerFlexion.Open),
new FingerPose(new[] { Finger.Index, Finger.Ring, Finger.Pinky, Finger.Middle }, FingerFlexion.Folded));
var thumpsUp = new Gesture("thumpsUp", fist, cheers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment