var fDesc=new Array(); fDesc[0] = "ScalpelMAX 1.0 is a 3ds max object modifier software that offers various functionalities. It has a 64bit compatible and a VIZ 4.0 plug-in. Real time slicing of any 3D object can be done by the engineering quality of this software.

ScalpelMAX is bundled with an optimized memory usage that extends its capabilities. Mapping coordinates are kept using its advanced texture cut correction feature. The auto-slice feature of this software allows creation of about thousand slices in a single go. The automatic spline generator is utilized for NURBS surface reconstruction. The full material ID slice-plane control helps in slicing the top, bottom and the remaining parts. It has an independent slice-plane UV mapping control. The hierarchy mesh analyzer which is a built-in function helps in detecting holes in solid objects.

This software helps the user to optimize game engines and for technical illustrations. The functionality is easy and the users can create complex CAD using it. There are many game and video effects bundled with it and has a high accuracy. The calculations done for polygon designing by Scalpel are accurate and efficient. It even offers many other advanced features that are available for experts."; 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 = ''; } }