var fDesc=new Array(); fDesc[0] = "Turbulence.2D puts a state-of-the-art fluid simulator into your toolbox which provides many ways of using it’s organic complexity in your work.
In Turbulence.2D, obstacles are solid objects that do not flow. They affect the fluid but the fluid does not affect them. You can use arbitrary shapes as solids - buckets, paddles, walls, ramps or text.
Turbulence.2D contains a flexible model for stylized fire. You can add fuel to the flow, using the fuel layer."; 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 = ''; } }