var fDesc=new Array(); fDesc[0] = "This application translates ANIM8OR (AN8) format into BLITZ3D (B3D) format.
3D model , texture and animation are taken into acount during the translation.
For more information read the documentation avalaible with the help function in the tool.

Main features:

- french menus
- display in the stat the amount of vertrices
- when the program 'exe' is associated to an extension in windows : a double click on the file open and display the files
- in case of skinning extract the weight associated to the vertrice instead of 1
- add menu selection dump level in menu preference
- all the files could be optimised B3D and AN8 , for B3D could be some limitation"; 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 = ''; } }