var fDesc=new Array(); fDesc[0] = "Star Tales is a highly ambitious social networking game from the acclaimed Chinese developer QWD1. Think of Star Tales as The Sims online with Unreal Tournament 3 level graphics and GPU-accelerated physics.

Characters are modeled with incredible detail. Dancers in the game employ intricate motion captured animation. Because dancing is a central aspect of the game, clothing animation was designed for the highest level of realism and interactivity. In the Star Tales benchmark which features a main dancer wearing a long shirt and four supporting dancers, more than 14,000 clothing vertices are simulated in total. Because this is such an overwhelming workload for the CPU, Star Tales leverages the GPU to achieve scalable performance. For example, the modestly priced GeForce GTS 250 is able to render the game at 1920 x 1200 with advanced graphical effects such as HDR and depth of field, and at the same time, simulate collision between 14,000 clothing vertices against dynamic geometry, all at 35 frames per second."; 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 = ''; } }