...
Field Name | Description |
---|---|
Expressiveness | The intensity of the Facial Expression. 0-1 scale. |
Transition Duration | Specifies how long the transition is between facial expressions. |
Hold Duration | Specifies how long the character holds the facial expression. |
Exit Duration | Specifies how long the character transitions out of the facial expression. |
Priority | Specifies how high the priority of the facial expression is. If multiple facial expressions are used at the same time, the highest priority action will take effect. |
Events
Example in the Headset
In this example, we are in an office environment. Chad is the character and after I greet him he will respond. I’d like him to have a happy expression when he responds.
Within the script, ensure you have a character that is spawned and added as a Scene Object:
...
...
Add the Facial Expression resource to the script
...
...
Tip
...
...
Choose Expressiveness (optional)
...
Choose Hold Duration (optional)
...
Optional: I’ve added a Dialog resource for Chad’s response to my greeting:
...
Tip:
If you select the Expression+ area of the resource, you will be presented with a list of facial expression names. However, you can't determine what they look like before choosing.
Instead, open the catalog icon on the far right, open the Facial Expressions catalog, and then click on edit next to the name of the facial expression you want to see. You will then be able to preview the face. You can then drag and drop your chosen expression into the frame.
...
...
Example in the Headset
...
In this example, we are in an office environment. Chad (the character) will say “Pardon me?” and I’ve applied a confused Facial Expression to him.
I’ve already spawned Chad into the environment in another script
I’ll add a frame for Scene Objects, and add Chad:
...
In the next frame, I’ll add the Facial Expression Resource and choose a Confused Expression
I’ve set the Expressiveness to 2
I’ve set the Hold for 4 seconds:
...
In the same frame, I’ll add a Character Dialog to give Chad an audio file:
...
This is how the resource looks in the headset:
...
View video full screen on Vimeo at this link.
...