var fDesc=new Array(); fDesc[0] = "Presenting GroundWiz RTS Demo and Benchmark tool.
This application showcases GroundWiz RTS (Real-Time Shaders) technology. At minimum, DirectX 9 compatible graphics cards are required. If DirectX 11 is available, terrain rendering will also use displacement, tessellation and higher detail ground surface.
GroundWiz RTS is a set of procedural shaders for rendering nature in real-time applications. GroundWiz RTS is optimized for parallel computing using multiple CPUs and GPU shaders to achieve real-time performance."; 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 = ''; } }