marker positions to blendshapes

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
khatarat
Posts: 18
Joined: Wed Dec 19, 2012 10:41 am

marker positions to blendshapes

Post by khatarat »

hi
im working on a facial motion capture system. i want to convert positions of markers that has been captured with cameras to blendshapes to use them for animating my morph face 3d model in real time in my application.
im using irrlicht for realtime animating face in my software.
is there any library or is irrlicht support doing this?
CuteAlien
Admin
Posts: 9721
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: marker positions to blendshapes

Post by CuteAlien »

No, Irrlicht is only covering low-level things. This is a very application specific task. I don't know any library for this.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply