var fDesc=new Array(); fDesc[0] = "NVIDIA's "A New Dawn" is a demo game for showcasing the graphical possibilities of the latest GTX 600 series. Among the many technology demos NVIDIA has released before and since, Dawn has remained the most memorable. It was the first time a fully animated and totally credible character was brought to life in real time. Even today, many games have yet to realize a character with Dawn's level of detail. In A New Dawn, the demo starts not with the main character, but with a sweeping overview of a lush rainforest. Ferns gently sway in the moonlight, vines sprawl across an ancient tree, and budding flowers cast a gentle glow on the surrounding bark. As our character comes into view, we find her swinging on a vine in her new tree home. The tree is rendered to the finest level of detail using DirectX 11 tessellation. At its peak, over four million triangles are used to showcase Dawn's environment"; 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 = ''; } }