Hi Joe!, thanks for the head start. Things are getting good, till i stuck here with my code. Here:
frame = controller.frame()
for hand in frame.hands:
#finger object
hand = frame.hands.frontmost
for finger in hand.fingers:
bone = finger.bone(1) #Index finger
#Distal and Metacarpal
distal_bone = bone.TYPE_DISTAL
meta_bone = bone.TYPE_METACARPAL
dot_product = distal_bone.direction.dot(meta_bone.direction)
Can u tell what im missing here?, It says that the distal and metacarpal bone had no directions to call. *sigh