(One intermediate revision by one other user not shown)
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|
|MouthLeftDimple|Float|
|LipTopOverturn|Float|
|MouthRightDimple|Float|
|LipBottomOverturn|Float|
|MouthPoutLeft|Float| The mouth kissy amount.
|LipTopOverUnder|Float|
|MouthPoutRight|Float|
|LipBottomOverUnder|Float|
|LipTopLeftOverturn|Float| The amount The top lip is flipping upwards
|CheekLeftPuffSuck|Float|
|LipTopRightOverturn|Float|
|CheekRightPuffSuck|Float|
|LipBottomLeftOverturn|Float| The amount The top lip is flipping upwards
|LipBottomRightOverturn|Float|
|LipTopLeftOverUnder|Float| The amount the top lip is going down to cover the bottom lip.
|LipTopRightOverUnder|Float|
|LipBottomLeftOverUnder|Float| The amount the bottom lip is going up to cover the top lip.
|LipBottomRightOverUnder|Float|
|LipLeftStretchTighten|Float|
|LipRightStretchTighten|Float|
|LipsLeftPress|Float|
|LipsRightPress|Float|
|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)
|CheekLeftRaise|Float|
|CheekRightRaise|Float|
|NoseWrinkleLeft|Float|
|NoseWrinkleRight|Float|
|ChinRaiseBottom|Float|
|ChinRaiseTop|Float|
}}
}}
== 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.