ProtoFlux:Finger Pose

From Resonite Wiki
Finger Pose
PoseSource
Position
FingerNode
Rotation
Avatars

Finger Pose is a ProtoFlux node that takes a Pose source and a body node corresponding to a finger on a user's avatar and returns it's rotation and position.

Inputs

PoseSource (IFingerPoseSource)

A pose source usually obtained using a User Finger Pose Source Node.

FingerNode (BodyNode)

A finger node as a body node, providing a non finger body node will make the output a default 0.

Outputs

Position (Float3)

The position of the finger node if PoseSource (IFingerPoseSource) is not null and FingerNode (BodyNode) is a body node that points to a finger.

Rotation (FloatQ)

The rotation of the finger if PoseSource (IFingerPoseSource) is not null and FingerNode (BodyNode) is a body node that points to a finger.

Examples