Difference between revisions of "AvatarExpressionDriver (Component)"

From Neos Wiki
Jump to navigation Jump to search
(Creating the page (with a bot!))
 
 
Line 10: Line 10:
 
<!--T:2-->
 
<!--T:2-->
 
== Intoduction ==
 
== Intoduction ==
 +
Allows the asignment of the IMouthTrackingSourceComponent to blendshapes.
 +
Following Drivers can be assigned by adding these to the ExpressionDrivers(list) and assigning these to target Blend shapes
  
 +
- Smile
 +
 +
- SmileLeft
 +
 +
- SmileRight
 +
 +
 +
- SmirkLeft
 +
 +
- SmirkRight
 +
 +
 +
- Frown
 +
 +
- FrownLeft
 +
 +
- FrownRight
 +
 +
 +
- TongueOut
 +
 +
- TongueLeft
 +
 +
- TongueRight
 +
 +
- TongueDown
 +
 +
- TongueUp
 +
 +
- TongueRoll
 +
 +
 +
- Grin
 +
 +
- GrinLeft
 +
 +
- GrinRight
 +
 +
 +
- Angry
 +
 +
 +
- CheekPuffLeft
 +
 +
- CheekPuffRight
 +
 +
- CheekPuff
 +
 +
- CheekSuckLeft
 +
 +
- CheekSuckRight
 +
 +
- CheekSuck
 +
 +
 +
- LipRaiseUpperLeft
 +
 +
- LipRaiseUpperRight
 +
 +
- LipRaiseLowerLeft
 +
 +
- LipRaiseLowerRight
 +
 +
- LipRaiseUpper
 +
 +
- LipRaiseLower
 +
 +
 +
- LipMoveLeftUpper
 +
 +
- LipMoveRightUpper
 +
 +
- LipMoveLeftLower
 +
 +
- LipMoveRightLower
 +
 +
 +
- LipTopOverturn
 +
 +
- LipBottomOverturn
 +
 +
 +
- LipOverlayUpper
 +
 +
- LipUnderlayUpper
 +
 +
- LipOverlayLower
 +
 +
- LipUnderlayLower
 +
 +
 +
- JawLeft
 +
 +
- JawRight
 +
 +
- JawForward
 +
 +
- JawDown
 +
 +
- JawOpen
 +
 +
 +
- Pout
 
<!--T:3-->
 
<!--T:3-->
 +
 
== Usage ==
 
== Usage ==
 
{{Table ComponentFields
 
{{Table ComponentFields

Latest revision as of 15:32, 15 March 2021


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


AvatarExpressionDriver component as seen in the Scene Inspector

Intoduction

Allows the asignment of the IMouthTrackingSourceComponent to blendshapes. Following Drivers can be assigned by adding these to the ExpressionDrivers(list) and assigning these to target Blend shapes

- Smile

- SmileLeft

- SmileRight


- SmirkLeft

- SmirkRight


- Frown

- FrownLeft

- FrownRight


- TongueOut

- TongueLeft

- TongueRight

- TongueDown

- TongueUp

- TongueRoll


- Grin

- GrinLeft

- GrinRight


- Angry


- CheekPuffLeft

- CheekPuffRight

- CheekPuff

- CheekSuckLeft

- CheekSuckRight

- CheekSuck


- LipRaiseUpperLeft

- LipRaiseUpperRight

- LipRaiseLowerLeft

- LipRaiseLowerRight

- LipRaiseUpper

- LipRaiseLower


- LipMoveLeftUpper

- LipMoveRightUpper

- LipMoveLeftLower

- LipMoveRightLower


- LipTopOverturn

- LipBottomOverturn


- LipOverlayUpper

- LipUnderlayUpper

- LipOverlayLower

- LipUnderlayLower


- JawLeft

- JawRight

- JawForward

- JawDown

- JawOpen


- Pout

Usage

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
DataSource IMouthTrackingSourceComponent
ExpressionDrivers ExpressionDriver

Behavior

Examples

Related Components