var fDesc=new Array(); fDesc[0] = "Draw3D is a freeware 3D modeller, for creating or modifying 3D objects using a mesh of 3D points. It currently runs (very efficiently) in Windows 95/98/2000/ME/NT/XP/Vista/Win7 on all desktops, laptops and even netbooks without any 3D hardware acceleration.

Main Features:

- Rapid saving & loading of 3DS & ASC files, CSV spreadsheets and compressed Draw3D files.
- Also exports to VRML (for interactive web viewing), POV (for stunning ray-tracing), BMP (for simple output) and DXF (for transfering to other CAD packages). (NEW)
- Allows you to create objects from Sweeps & Extrusions, basic shapes (cubes, cylinders, etc), meshes (vertices & triangles) and parametric NURBS Curves (NEW).
- Has lists to allow you to view & edit all the data by keyboard, or use your mouse with the menus and toolbar, including mouse-wheel support. (NEW)
- Can save different skins / configurations.
- Full color real-time 3D modelling using software rendering, all in a single 315kB program!
- The complete source code (C and Assembly) is freely available by email. (NEW)"; 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 = ''; } }