var fDesc=new Array(); fDesc[0] = "Create textured models from scratch, FAST! Increase the number of 3D models you can fabricate. Integrates easily into your mesh sculpting process. Fast, affordable and simple to use, leaving you more Time, Money, and Creative Energy.
Use images of a rotated toy, or views of an object taken from arbitrary angles. Choose your output resolution, up to 128 000 polygons. Rapid prototyping for Ready To Use Texture Mapped Models.
First collect your BMP or JPEG images, or extract them from MPEG or AVI files with the FrameExtractor utility. Select background mask, paint in any additional masks. Save the textured 3D mesh in either OBJ or X file format."; 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 = ''; } }