var fDesc=new Array(); fDesc[0] = "Xface is a set of open source tools for creation of MPEG-4 and keyframe based 3D talking heads.
What we aim is to develop a set tools that are easy to use and extend, open to researchers and software developers.
Main Features:
- Accepts MPEG-4 FAP files and SMIL-Agent scripts as input.
- Supports muscle based deformation (for MPEG-4) and keyframe based animation using morph targets.
- Muscle deformation methods/rules can be extended easily.
- Blending of visemes (visual phonemes), emotions, expressions.
- Head and eye movements (random and controlled)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }