Component:MouthTrackingStreamManager: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page MouthTrackingStreamManager (Component) to Component:MouthTrackingStreamManager: Creating component Namespace
Style. This is no longer a stub. Added a description, added field descriptions, added usage description.
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=MouthTrackingStreamManagerComponent.png
|Image=MouthTrackingStreamManagerComponent.png
Line 9: Line 8:


<!--T:2-->
<!--T:2-->
== Intoduction ==
The '''MouthTrackingStreamManager''' component uses streaming data from the [[Component:ValueStream|ValueStream]] component (seen in the [[user Inspector]]) to control the mouth on a [[User|user's]] [[Avatar|avatar]].


<!--T:3-->
<!--T:3-->
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|User|User|  
|User|User| The referenced user to get the streamed data.
|IsTracking|ValueStream`1|TypeString1=ValueStream<Bool>|  
|IsTracking|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv1=true| Should we track the mouth.
|Jaw|ValueStream`1|TypeString2=ValueStream<Float3>|  
|Jaw|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float3|Float3]]&gt;'''|TypeAdv2=true| The streamed data for the Jaw.
|JawOpen|ValueStream`1|TypeString3=ValueStream<Float>|  
|JawOpen|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv3=true| The streamed data for the Jaw opening.
|Tongue|ValueStream`1|TypeString4=ValueStream<Float3>|  
|Tongue|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float3|Float3]]&gt;'''|TypeAdv4=true| The streamed data for the tongue.
|LipUpperLeftRaise|ValueStream`1|TypeString5=ValueStream<Float>|  
|TongueRoll|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv5=true| The streamed data for the tongue rolling.
|LipUpperRightRaise|ValueStream`1|TypeString6=ValueStream<Float>|  
|LipUpperLeftRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv6=true| The streamed data for the lip (upper-left raised).
|LipLowerLeftaise|ValueStream`1|TypeString7=ValueStream<Float>|  
|LipUpperRightRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv7=true| The streamed data for the lip (upper-right raised).
|LipLowerRightRaise|ValueStream`1|TypeString8=ValueStream<Float>|  
|LipLowerLeftaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv8=true| The streamed data for the lip (lower-left raised).
|LipUpperHorizontal|ValueStream`1|TypeString9=ValueStream<Float>|  
|LipLowerRightRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv9=true| The streamed data for the lip (lower-right raised).
|LipLowerHorizontal|ValueStream`1|TypeString10=ValueStream<Float>|  
|LipUpperHorizontal|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv10=true| The streamed data for the lip (upper-horizontal).
|MouthLeftSmileFrown|ValueStream`1|TypeString11=ValueStream<Float>|  
|LipLowerHorizontal|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv11=true| The streamed data for the lip (lower-horizontal).
|MouthRightSmileFrown|ValueStream`1|TypeString12=ValueStream<Float>|  
|MouthLeftSmileFrown|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv12=true| The streamed data for the mouth (left frown).
|MouthPout|ValueStream`1|TypeString13=ValueStream<Float>|  
|MouthRightSmileFrown|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv13=true| The streamed data for the mouth (right frown).
|LipTopOverturn|ValueStream`1|TypeString14=ValueStream<Float>|  
|MouthPout|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv14=true| The streamed data for the mouth (pout).
|LipBottomOverturn|ValueStream`1|TypeString15=ValueStream<Float>|  
|LipTopOverturn|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv15=true| The streamed data for the lip (top overturn).
|LipTopOverUnder|ValueStream`1|TypeString16=ValueStream<Float>|  
|LipBottomOverturn|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv16=true| The streamed data for the lip (bottom overturn).
|LipBottomOverUnder|ValueStream`1|TypeString17=ValueStream<Float>|  
|LipTopOverUnder|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv17=true| The streamed data for the lip (top overunder).
|CheekLeftPuffSuck|ValueStream`1|TypeString18=ValueStream<Float>|  
|LipBottomOverUnder|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv18=true| The streamed data for the lip (bottom overunder).
|CheekRightPuffSuck|ValueStream`1|TypeString19=ValueStream<Float>|  
|CheekLeftPuffSuck|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv19=true| The streamed data for the cheek (left puff).
|CheekRightPuffSuck|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv20=true| The streamed data for the cheek (right puff).
}}
}}


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
Used for [[Mouth Tracking]].


<!--T:5-->
<!--T:5-->
Line 45: Line 45:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|MouthTrackingStreamManager (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Mouth Tracking Stream Manager]]
[[Category:ComponentStubs]]
[[Category:Components:Users{{#translation:}}|Mouth Tracking Stream Manager]]
[[Category:Components:Users{{#translation:}}|MouthTrackingStreamManager (Component){{#translation:}}]]

Latest revision as of 08:27, 6 October 2024

Component image 
MouthTrackingStreamManager component as seen in the Scene Inspector


The MouthTrackingStreamManager component uses streaming data from the ValueStream component (seen in the user Inspector) to control the mouth on a user's avatar.

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
User User The referenced user to get the streamed data.
IsTracking ValueStream`1<Bool> Should we track the mouth.
Jaw ValueStream`1<Float3> The streamed data for the Jaw.
JawOpen ValueStream`1<Float> The streamed data for the Jaw opening.
Tongue ValueStream`1<Float3> The streamed data for the tongue.
TongueRoll ValueStream`1<Float> The streamed data for the tongue rolling.
LipUpperLeftRaise ValueStream`1<Float> The streamed data for the lip (upper-left raised).
LipUpperRightRaise ValueStream`1<Float> The streamed data for the lip (upper-right raised).
LipLowerLeftaise ValueStream`1<Float> The streamed data for the lip (lower-left raised).
LipLowerRightRaise ValueStream`1<Float> The streamed data for the lip (lower-right raised).
LipUpperHorizontal ValueStream`1<Float> The streamed data for the lip (upper-horizontal).
LipLowerHorizontal ValueStream`1<Float> The streamed data for the lip (lower-horizontal).
MouthLeftSmileFrown ValueStream`1<Float> The streamed data for the mouth (left frown).
MouthRightSmileFrown ValueStream`1<Float> The streamed data for the mouth (right frown).
MouthPout ValueStream`1<Float> The streamed data for the mouth (pout).
LipTopOverturn ValueStream`1<Float> The streamed data for the lip (top overturn).
LipBottomOverturn ValueStream`1<Float> The streamed data for the lip (bottom overturn).
LipTopOverUnder ValueStream`1<Float> The streamed data for the lip (top overunder).
LipBottomOverUnder ValueStream`1<Float> The streamed data for the lip (bottom overunder).
CheekLeftPuffSuck ValueStream`1<Float> The streamed data for the cheek (left puff).
CheekRightPuffSuck ValueStream`1<Float> The streamed data for the cheek (right puff).

Usage

Used for Mouth Tracking.

Examples

Related Components