Component:MockupMouthTrackingSource: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Mockup Mouth Tracking Source
|Name=Mockup Mouth Tracking Source
}}
}}
{{stub}}
The '''MockupMouthTrackingSource''' component can be used to simulate the tracking data of a tracking device and be applied to any field that takes a [[Type:IMouthTrackingSourceComponent|IMouthTrackingSourceComponent]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Jaw|Float3|
|Jaw|Float3| The jaw position from rest.
|JawOpen|Float|
|JawOpen|Float| The jaw openess.
|Tongue|Float3|
|Tongue|Float3| The tongue position.
|TongueRoll|Float|
|TongueRoll|Float| The tongue roll into a burrito shape.
|LipUpperLeftRaise|Float|
|LipUpperLeftRaise|Float| The upper left lip raise amount.
|LipUpperRightRaise|Float|
|LipUpperRightRaise|Float| The upper right lip raise amount.
|LipLowerLeftRaise|Float|
|LipLowerLeftRaise|Float| The lower left lip raise amount.
|LipLowerRightRaise|Float|
|LipLowerRightRaise|Float| The lower right lip raise amount.
|LipUpperHorizontal|Float|
|LipUpperHorizontal|Float| The shift side to side of the upper lip.
|LipLowerHorizontal|Float|
|LipLowerHorizontal|Float| The shift side to side of the lower lip. (negative to positive 1)
|MouthLeftSmileFrown|Float|
|MouthLeftSmileFrown|Float| The left frown/smile amount. (negative to positive 1)
|MouthRightSmileFrown|Float|
|MouthRightSmileFrown|Float| The right frown/smile amount. (negative to positive 1)
|MouthPout|Float|
|MouthPout|Float| The mouth kissy amount.
|LipTopOverturn|Float|
|LipTopOverturn|Float| The amount The top lip is flipping upwards
|LipBottomOverturn|Float|
|LipBottomOverturn|Float| The amount of the bottom lip flipping downwards.
|LipTopOverUnder|Float|
|LipTopOverUnder|Float| The amount the top lip is going down to cover the bottom lip.
|LipBottomOverUnder|Float|
|LipBottomOverUnder|Float| The amount the bottom lip is going up to cover the top lip.
|CheekLeftPuffSuck|Float|
|CheekLeftPuffSuck|Float| The amount the left cheek is sucking inwards or being puffed out. (negative to positive 1)
|CheekRightPuffSuck|Float|
|CheekRightPuffSuck|Float| The amount the right cheek is sucking inwards or being puffed out. (negative to positive 1)
}}
}}


== Behavior ==
== Usage ==
Attach to a slot and insert the component into another Component on an avatar like an [[Component:AvatarExpressionDriver]] to test its value influences.


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 36: Line 38:
[[Category:Components:Input:Mockup Devices{{#translation:}}|Mockup Mouth Tracking Source]]
[[Category:Components:Input:Mockup Devices{{#translation:}}|Mockup Mouth Tracking Source]]
[[Category:Components{{#translation:}}|Mockup Mouth Tracking Source]]
[[Category:Components{{#translation:}}|Mockup Mouth Tracking Source]]
[[Category:ComponentStubs]]

Revision as of 19:29, 25 January 2025

Component image 
Mockup Mouth Tracking Source component as seen in the Scene Inspector

The MockupMouthTrackingSource component can be used to simulate the tracking data of a tracking device and be applied to any field that takes a IMouthTrackingSourceComponent.

Fields

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. Some components stop their functionality when this field is disabled, but some don't.
Jaw Float3 The jaw position from rest.
JawOpen Float The jaw openess.
Tongue Float3 The tongue position.
TongueRoll Float The tongue roll into a burrito shape.
LipUpperLeftRaise Float The upper left lip raise amount.
LipUpperRightRaise Float The upper right lip raise amount.
LipLowerLeftRaise Float The lower left lip raise amount.
LipLowerRightRaise Float The lower right lip raise amount.
LipUpperHorizontal Float The shift side to side of the upper lip.
LipLowerHorizontal Float The shift side to side of the lower lip. (negative to positive 1)
MouthLeftSmileFrown Float The left frown/smile amount. (negative to positive 1)
MouthRightSmileFrown Float The right frown/smile amount. (negative to positive 1)
MouthPout Float The mouth kissy amount.
LipTopOverturn Float The amount The top lip is flipping upwards
LipBottomOverturn Float The amount of the bottom lip flipping downwards.
LipTopOverUnder Float The amount the top lip is going down to cover the bottom lip.
LipBottomOverUnder Float The amount the bottom lip is going up to cover the top lip.
CheekLeftPuffSuck Float The amount the left cheek is sucking inwards or being puffed out. (negative to positive 1)
CheekRightPuffSuck Float The amount the right cheek is sucking inwards or being puffed out. (negative to positive 1)

Usage

Attach to a slot and insert the component into another Component on an avatar like an Component:AvatarExpressionDriver to test its value influences.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also