0
Completed

How do I stop the face movements of the avartar?

bsuriyak uts 4 years ago in SitePal Silver updated 4 years ago 4

Answer

Answer
Under review

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

GOOD, I'M SATISFIED

Thank you so much 

Satisfaction mark by bsuriyak uts 4 years ago

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?

Answer
Under review

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