var fDesc=new Array(); fDesc[0] = "Bishop3D is a POV-Ray (Persistent of Vision Raytracer) modeler and animation system. It allows you to model the scenes interactively and it will automatically generate the correspondent POV-Ray SDL script.

Bishop3D communicates with POV-Ray via POV-Ray's extension interface, providing a seamless integration between the modeler and the renderer.

The power of POV-Ray procedural textures is available through a simple and intuitive interface. Through the texture libraries you have immediate access to your pre-made textures and materials.

You can create animations using Bishop3D automatic keyframing system. You are able to fine tune your animations using the time line tree."; 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 = ''; } }