var fDesc=new Array(); fDesc[0] = "We are living with physics games at the moment and for the industry it is not an easy task. The environment is based on a unique set of physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display.
This is where NVIDIA PhysX Technology comes in. NVIDIA PhysX is a powerful physics engine which enables real time physics in leading edge PC and console games.
PhysX software is widely adopted by plenty of games. It is used by more than ten thousand registered users and is supported on Sony Playstation 3, Microsoft Xbox 360, Nintendo Wii and PC.
PhysX is designed for hardware acceleration by powerful and good processors with hundreds of cores.
Here are some examples; about what we need to make it real!
- Explosions that cause dust and collateral debris;
- Characters with complex, jointed geometries for more life-like motion and interaction;
-Spectacular new weapons with incredible effects;
-Cloth that drapes and tears naturally.
If you love to play and need some extra power for your hardware, this software will help you!"; 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 = ''; } }