var fDesc=new Array(); fDesc[0] = "Breeze Designer is a free 3D modelling and design tool for Windows 98 through Windows Vista with exports to renderers including POV-Ray, Pixars's RenderMan®, VRML viewers and Microsoft Silverlight.

Main features:

- Modelling primitives; cube, sphere, cone, cylinder, torus, bicubic "Bezier" patches
- Text objects using TrueType fonts
- Heightfields, spline paths and extruded shapes
- Iso-surfaces; blobs (metaballs).
- Surfaces of revolution (sweeps).
- Multiple model views and zoom factors.
- Inbuilt texture builder.
- Inbuilt shaded preview.
- Object grouping with CSG support.
- Keyframe animation support, with tween function and spline paths.
- Transition position, scale and rotation between frames.
- Import Autodesk 3D-Studio(TM) 3DS format models.
- Import AutoCAD(TM) 2D and 3D DXF files.
- Import Wavefront, RAW and point data in several ASCII formats
- Export POV Raytracer 2.0 & 3.0 scenes and animations
- Export RenderMan RIB, VRML scenes, Polyray, AutoCAD DXF, Wavefront.
- Export Silverlight scenes and animations
- Inbuilt scripting and macro language.
- Third party plug-in module support.
- Render and view from within program.
- No program limit to the number of objects.
- Support for OpenGL with texture mapping
- On-line help & tool tips support."; 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 = ''; } }