home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / spec / t3d_doc / igensurf.zoo / igensurf.README < prev   
Text File  |  1991-10-10  |  1KB  |  34 lines

  1.                     igensurf v. 1.0.
  2.                   ====================
  3.  
  4. igensurf is a program to generate a TTDDD description of a  functional
  5. surface.   The  TTDDD  description  can  then  be converted to Imagine
  6. object files with the WriteTDDD utility written by Glenn Lewis.
  7.  
  8. The functional surface is defined by  three  user  supplied  functions
  9. x(s,t),  y(s,t)  and z(s,t) where s and t will be varying from 0 to 1.
  10. The surface normal is defined by the right hand  rule  as  applied  to
  11. (s,t).
  12.  
  13. It is possible to create a very wide class of objects  with  igensurf.
  14. In  fact, I can't offhand think of an object which couldn't be created
  15. with it (although it often would be much easier to create  the  object
  16. with the Imagine editors).
  17.  
  18. The language  used  to  define  the  surface  contains  arithmetic  if
  19. statements  and  'switch'  statements  as  well  as a lot of different
  20. mathematical functions. Just to make things more interesting, you also
  21. have access to different noise functions, so that it  is  possible  to
  22. create landscapes etc.
  23.  
  24. Furthermore igensurf can be used to create  objects  based  on  bezier
  25. patches,  you  can  find  an  example  of  this in 'teapot.cal' in the
  26. examples directory.
  27.  
  28. You'll need some knowledge of mathematics to use this program.
  29.  
  30. igensurf.lzh contain the executable, documentation, some  examples and
  31. the source code for the program.
  32.  
  33. Helge E. Rasmussen (her@compel.dk)
  34.