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.
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.