var fDesc=new Array(); fDesc[0] = "The IFS Builder 3d program is used for building 3D images of self-similar fractals. Also it builds attractors of Affine and Mebius Iterated Function Systems (IFS) and more common graph-directed IFS. The program supports creating of stereo pictures (a stereo-pair of images, looking through which, you can get stereo effect and see one three-dimensional object) and animations of fractals, including motion, zooming and morphing.

Features:
- The program is beyond comparison by quality of the calculated images of Self-similar, Self-affine, and Mebius-generated fractals. The program uses original algorithms, standing good ratio between the quality of fractal images and calculation time.
- Ray-tracing algorithm, with support for light sources, shadows, mirrors.
- Several hundreds of samples come with the program. Some of them are placed in the gallery. Samples are stored in simple text file, so they can be easily added or modified.
- Supports for self-affine and mebius-generated fractals (i.e. the Residue Appolony's Set). The type of the fractal is determined automaticaly.
- Random-generated fractals.
- Anti-aliasing support.
- Fractal systems are determined by powerful scripting language, similar to javascript
- High resolution polygraphic quality images."; 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 = ''; } }