home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / utility / dos / 3dsier / read.me < prev   
Encoding:
Text File  |  1994-02-24  |  1.2 KB  |  47 lines

  1.  
  2. 3D SIERPINSKI TRIANGLE DXF FILE GENERATOR v0.99
  3. By David Sánchez-Xifró. CIS: 71333,3112                               
  4.  
  5. I wrote this program to generate a 3D version of the famous sierpinski
  6. triangle in a DXF file to load in 3DSTUDIO and render it. I decided to
  7. release this little program in the public domain, so here it is.
  8. Hope You'll Enjoy it.
  9.  
  10. Some notes:
  11.  
  12. * A level 4 of this 3d sierpinski triangle generates a DXF file of about 800K
  13.   with 341 pyramids with 4 faces every one so: 341*4=1364 faces.
  14.   However it takes only a few second to calculate all in a 40MHz 486.
  15.   With this in mind, try a level 7 if you want :)
  16.  
  17. * In the [Output filename] include the .dxf extension or you'll have problems
  18.   loading it on some programs (i.e 3DSTUDIO).
  19.  
  20. * If you want the C Source code for this little program contact me on CIS.
  21.   I have not included it here becouse it's not a example of clean C code,
  22.   but if some people want it, i will clean it :)
  23.  
  24. * I have included a simply GIF example to show you what a 3D sierpinski
  25.   triangle is, but not for showing my artistic capabilities ;)
  26.  
  27. * Finally if you generate a great rendered picture tell me so i can see it.
  28.  
  29.  
  30. David Sánchez-Xifro.
  31. (c)February 1994.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.