var fDesc=new Array(); fDesc[0] = "FaceGen Modeller is a small application that could help any 3D modeler to create three-dimensional models of human faces.
The parameters that you can set to change the model properties are quite a lot, you will be seated for hours playing with them...possibilities are almost infinite! Race, gender, illumination, textures, model parts...
Moreover, there are a couple of very interesting features that can help you to get a good result, like "Genetic" (generate similar faces, like a genealogy), "Tween" (get the "average" face from 2 given)...and my favorite, "Morph": add facial expressions to your face, like, anger, sadness, fear...you will spend a couple of minutes just moving the sliders to see how your model moves! It's real fun.
You can even import a couple of taken photos (front, right and left) and let the program render them as a new 3D model. Of course, the program is not magic, but by following their guidelines when taking photos you can achieve great results. Try it out! Take one picture of you and bring it to the program!"; 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 = ''; } }