var fDesc=new Array(); fDesc[0] = "The VSR Realtime Renderer is the fully embedded realtime rendering solution for Rhinoceros®.
It can be combined with other Rhino plug-ins such as BongoTM or with new VSR modeling and analysis plug-ins currently under development.
With the support provided by the VSR Realtime Renderer the work on the CAD model has become a lot easier. In addition, the time-consuming creation of static images via batch renderer and conversion of the data for use in other visualization tools are things of the past, as a high-resolution hardcopy can be generated at any time simply by snapshotting the desired image."; 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 = ''; } }