ProtoFlux:FingerPose: Difference between revisions

From Resonite Wiki
Create Finger Pose ProtoFlux Node Paghe
 
m YoshBot moved page ProtoFlux:Finger Pose to ProtoFlux:FingerPose: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 42: Line 42:


[[Category:ProtoFlux:Avatars]]
[[Category:ProtoFlux:Avatars]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 23:52, 20 August 2025

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