-
Notifications
You must be signed in to change notification settings - Fork 14
Torso
Brice Donval edited this page Jan 13, 2020
·
5 revisions
The Torso movement is defined along four directional dimensions: Vertical, Collapse, Sagittal and Lateral dimension.
- Vertical Torso Turn is a Left/Right rotation around the vertical axis (around y axis).
- Sagittal Torso Lean is a Forward/Backward leaning movement in the sagittal plan (around x axis).
- Lateral Torso Lean is a lateral flexion to the Left/Right in the lateral plan (around z axis).
- Collapse Torso movement is an upward/downward flexion in the sagittal plan (around x axis).
<torso id="LinearRLLateralSwing" lexeme="LateralSwing" trajectory="Linear" speed="0.5" repetition="2" amount="0.5" start="0" >
<KeyPoint type="strokeStart">
<LateralLean direction="Right" min="0.0" max="1.0"><!--amount*max--></LateralLean>
</KeyPoint>
<KeyPoint type="strokeEnd">
<LateralLean direction="Left" min="0.0" max="1.0"><!--amount*max--></LateralLean>
</KeyPoint>
</torso>
<torsoDirectionShift id="RightVerticalForward" >
<VerticalTurn direction="Right" amount="0.5" min="0.0" max="1.0"></VerticalTurn>
<SagittalLean direction="Forward" amount="0.5" min="0.0" max="1.0"></SagittalLean>
</torsoDirectionShift>
Similarly to the head gestures, the proposed set of torso movements and the maximal real values of torso movements are presented respectively in TorsoGesture and TorsoAmount XML files.
Advanced
- Generating New Facial expressions
- Generating New Gestures
- Generating new Hand configurations
- Torso Editor Interface
- Creating an Instance for Interaction
- Create a new virtual character
- Creating a Greta Module in Java
- Modular Application
- Basic Configuration
- Signal
- Feedbacks
- From text to FML
- Expressivity Parameters
- Text-to-speech, TTS
-
AUs from external sources
-
Large language model (LLM)
-
Automatic speech recognition (ASR)
-
Extentions
-
Integration examples
Nothing to show here