var fDesc=new Array(); fDesc[0] = "The next-generation PhysX plug-in for Autodesk 3ds Max is currently in public beta.
Features:
- Rigid bodies, constraints, and ragdolls and APEX Clothing.
- First-class toolbar and menu for creating and controlling the simulation.
- Modifier-based workflow.
- Physical material system for sharing and adjusting physics properties on many objects at once.
- Ragdolls that derive collision volumes from a skinned mesh.
- Bake simulation results to keyframes for offline rendering."; 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 = ''; } }