(2 intermediate revisions by one other user not shown)
Line 8:
Line 8:
<!--T:2-->
<!--T:2-->
The '''FingerPoseStreamManager''' component uses streaming data from the [[Component:ValueStream|ValueStream]] component (seen in the [[user Inspector]]) to control the left and right fingers on a [[User|user's]] [[Avatar|avatar]].
The '''FingerPoseStreamManager''' component uses streaming data from the [[Component:ValueStream|ValueStream]] component (seen in the [[user Inspector]]) to control the left and right fingers on a [[User|user's]] [[Avatar|avatar]]. This component in itself is a [[Type:IFingerPoseSourceComponent|IFingerPoseSourceComponent]].
For more information on finger pose sources, please see [[Finger Posing System]].
<!--T:3-->
<!--T:3-->
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|User|User| The referenced user to get tracking data from.
|User|User| The referenced user to get tracking data from.
Line 17:
Line 20:
|Stream|'''[[Type:MultiValueStream`1|MultiValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv3=true| The stream data from all the tracking.
|Stream|'''[[Type:MultiValueStream`1|MultiValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv3=true| The stream data from all the tracking.
|TracksMetacarpals|Bool| Should the metacarpals be tracked.
|TracksMetacarpals|Bool| Should the metacarpals be tracked.
|PoseController|UserPoseController| The pose controller from the user.
|PoseController|'''[[Component:UserPoseController|UserPoseController]]'''|TypeAdv5=true| The pose controller from the user.