Answer
do you have any sample for that? I didn't get your point.
By default the avartar doing some face movements how do I stop that?
Hello!
You can control the face movements using the API.
This function controls the 'idle' movements of the face, when it is not talking -
setIdleMovement(frequency, amplitude);
This function controls facial movements during speech.
setSpeechMovement(amplitude);
To stop all movement set the amplitude to zero (I don't recommend that btw)
See technical example here -
http://www.oddcast.com/support1/facialMovement_html.html
Best,
Gil
I have loaded an avartar in a webpage I wanted to call the setSpeechMovement in page load. If I did it trhows error, the function doesn't exist message displayed
Customer support service by UserEcho
Hello!
You can control the face movements using the API.
This function controls the 'idle' movements of the face, when it is not talking -
setIdleMovement(frequency, amplitude);
This function controls facial movements during speech.
setSpeechMovement(amplitude);
To stop all movement set the amplitude to zero (I don't recommend that btw)
See technical example here -
http://www.oddcast.com/support1/facialMovement_html.html
Best,
Gil