var fDesc=new Array(); fDesc[0] = "SpeedTree Cinema delivers a unique procedural hand modeling approach that lets you create exactly the tree or plant you want, faster than ever before.

Main features:

- Artists can take full control with the SpeedTree Modeler – it handles both ultra-realistic and impossibly stylized trees.
- The Complete SpeedTree Model Library – hundreds of species and thousands of high-quality texture maps at your fingertips.
- Export to a variety of popular formats including FBX and OBJ. Your trees will come across to Maya®, 3ds Max® or other apps perfectly intact, including normals and UVs."; 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 = ''; } }