Component image 
Direct Viseme Driver component as seen in the Scene Inspector

The DirectVisemeDriver component takes a viseme analyser source and a few modifying sources in order to drive a list of Visemes.
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. |
Source
|
VisemeAnalyzer | The viseme analyser used as a source of data. |
MouthTrackingSource
|
IMouthTrackingSourceComponent | A source of mouth tracking that influences final results. Use a Component:AvatarMouthDataSourceAssigner To assign to this automatically. |
StrengthMultiplier
|
Float | How much to multiply the values from Source before sending them to the drives on this component.
|
VoiceMouthSupressWeight
|
Float | How much visemes should be affected by MouthTrackingSource if the user is not talking. Lower values mean the affect from MouthTrackingSource is greater.
|
LaughThreshold
|
Float | How much probability for laughter is needed before it sends it to Laugh
|
LaughBeginSpeed
|
Float | How fast Laugh transitions to 100%.
|
LaughEndSpeed
|
Float | How fast Laugh transitions to 0%.
|
Silence
|
field drive of Float | How quiet the source data is overall. |
PP
|
field drive of Float | The field to drive with PP from Source after applying filters from this component.
|
FF
|
field drive of Float | The field to drive with FF from Source after applying filters from this component.
|
TH
|
field drive of Float | The field to drive with TH from Source after applying filters from this component.
|
DD
|
field drive of Float | The field to drive with DD from Source after applying filters from this component.
|
kk
|
field drive of Float | The field to drive with kk from Source after applying filters from this component.
|
CH
|
field drive of Float | The field to drive with CH from Source after applying filters from this component.
|
SS
|
field drive of Float | The field to drive with SS from Source after applying filters from this component.
|
nn
|
field drive of Float | The field to drive with nn from Source after applying filters from this component.
|
RR
|
field drive of Float | The field to drive with RR from Source after applying filters from this component.
|
aa
|
field drive of Float | The field to drive with aa from Source after applying filters from this component.
|
E
|
field drive of Float | The field to drive with E from Source after applying filters from this component.
|
ih
|
field drive of Float | The field to drive with ih from Source after applying filters from this component.
|
oh
|
field drive of Float | The field to drive with oh from Source after applying filters from this component.
|
ou
|
field drive of Float | The field to drive with ou from Source after applying filters from this component.
|
Laugh
|
field drive of Float | The field to drive with Laugh from Source after applying filters from this component.
|
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
AutoAssignTargets:ButtonEventHandler
|
ButtonEventHandler | ✓ | Assigns the blendshapes from the first Component:SkinnedMeshRenderer based on the matching rules from Visemes to the drive fields of this component. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.