About Store Forum Documentation Contact



Post Reply 
face animation
Author Message
1991mirec Offline
Member

Post: #1
face animation
hello

can somebody help me with animations of NPCs(AIs). It does the animation correctly exept i can t see his mouth moving. i can see it only if i scroll all the way close to the character. it does correctly moving the body and head but it doesn t open and close his mouth when zoomed out. i think it has somethink to do with animateFaceBlend() but i don t know how to set it.. and if it is not that.. please help me..
thank you.
mirec.. smile
06-04-2013 09:56 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: face animation
Hi,

animateFaceBlend() - you can override it and return 0..1 depending on chr distance from camera, look into the source code (available in the license download)
06-04-2013 11:20 AM
Find all posts by this user Quote this message in a reply
1991mirec Offline
Member

Post: #3
RE: face animation
thank you
yeah i have read that.. but how can i override it??? sorry maybe this question seems stupid to you but i am not the best... can you give me some hint.. thank you in advance
06-04-2013 11:43 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: face animation
Hi,

This is related to virtual functions
http://www.esenthel.com/wiki/index.php?t..._Functions

If you need more help about that please google "C++ virtual functions" (I'm sure there's plenty of info on the internet about that)

Thanks
06-10-2013 12:17 PM
Find all posts by this user Quote this message in a reply
1991mirec Offline
Member

Post: #5
RE: face animation
hey thank you sirrrr.. it actualy helped me.. i don t know how i could not see it before.. thank you a lot...
06-10-2013 03:46 PM
Find all posts by this user Quote this message in a reply
Post Reply