var fDesc=new Array(); fDesc[0] = "Albatross 3D (former ppModeler) is a 3D modeling software, available for multiple plate-forms, distributed free of charge.

Some features:

- SDS modeling, with sharp edges
- Symmetrical meshes
- Blob modeleing, with ellipse, 3D splines, 3D meshes.
- 2D/3D curves: mixe of straight lines and splines, Read TTF font, Boolean operations.
- Toolboxes on meshes, faces, edges and vertices, texture projection.
- Use the mouse and/or the keyboard (numerical values)
- Sculpting
- Powerful Knife tool
- Remeshing (drawing a mesh on top of another mesh)"; 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 = ''; } }