var fDesc=new Array(); fDesc[0] = "KeyShot 3 includes the largest amount of customer enhancements and feature requests introducing an all new animation system, over 300 new materials and 20 new lighting environments.
With this update we introduce time-saving new features and improvements including a new, unique metallic paint material, interactive HDR editing that allows real-time editing of the lighting environments, material templates that allow 3D professionals to ‘auto-paint’ their models"; 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 = ''; } }