home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / spec / t3d_doc / readme.fir < prev    next >
Text File  |  1994-06-01  |  4KB  |  73 lines

  1.                            FILE: ReadMe.first
  2.  
  3.                      Introduction to contents of disk.                           
  4.  
  5.     The old TTDDD programs "ReadTDDD" and "WriteTDDD" have been replaced by
  6. the new all-purpose "ReadWrite" filter that supports Imagine 2.0 (on back
  7. to Turbo Silver).  Please see the other README.R* file for a more complete
  8. discussion.
  9.  
  10.     On this disk you will also find SQuad, TSTeX, and a few examples objects.
  11. When using SQuad, simply execute it without arguments to get usage
  12. information.  You can generate the TDDD file in one step if you are not
  13. interested in editing the TTDDD file.  For example (in the Examples
  14. directory):
  15.  
  16. SQuad 0.01 0.01    | ReadWrite -tddd > die.tddd
  17. SQuad 0.01 2.0 2.0 | ReadWrite -tddd > thing.tddd
  18.  
  19.  
  20.     Before using TSTeX, you must let the program know where the TeX fonts
  21. are located.  From the CLI, simply type "assign TeX: TTDDD_Distribute:"
  22. before you run TSTeX for the first time.  (Unless, of course, you already
  23. own AmigaTeX, in which "TeX:" is probably already assigned properly.)
  24.  
  25.     TSTeX will prompt you for lines of text, and after you are
  26. through, hit CTRL-\ (end of file) and TSTeX will create the TTDDD file for
  27. you.  These files are often HUGE, so make sure you have plenty disk space
  28. for it before starting.  For example (also in the Examples directory):
  29.  
  30. TSTeX > GML.ttddd
  31. Glenn M. Lewis
  32. [CTRL-\]  (Don't type this out, just hold down the CTRL key, and hit '\')
  33. ReadWrite -tddd < GML.ttddd > GML.tddd
  34.  
  35.     I have provided a couple TeX fonts on this disk (in PK format).  The
  36. TeX fonts are in the public domain.  I highly recommend AmigaTeX, which of
  37. course, comes with the complete set of TeX fonts.  Call Tomas Rokicki at
  38. (415) 32-AMIGA [voice] or (415) 32-RADIO [BBS] (he prefers that you call his
  39. BBS) and ask about his awesome AmigaTeX, Preview, and AmigaMetaFont packages.
  40.  
  41.     I also whipped up a little threaded screw example, called "Thread", and
  42. included the source.  Type "Thread" for usage information.
  43.  
  44.     For a quick introduction to using "readwrite", cd to the "Examples" directory,
  45. which contains some old Turbo Silver objects (using the "External" object chunk,
  46. which Imagine does not support).  To convert the "chain.ttddd" description into
  47. an Imagine object, type:  ":readwrite -tddd < chain.ttddd > ram:chain.iob", and
  48. be prepared to wait while the objects all get loaded in, converted, and written
  49. out.  ReadWrite also has another option, called "-merge" that will optimize
  50. the points and edges by removing redundancies.  This proceedure is very time
  51. consuming because it is an "N^2" algorithm.  That is, if you double the number
  52. of points it has to process, you will quadruple the processing time.  It is
  53. never really necessary to use "-merge" unless you absolutely know that there
  54. is a great deal of redundancy in your object, but I have included it because it
  55. was helping me to debug my general-object morphing algorithm (that is not finished
  56. yet).
  57.  
  58.     Have fun, and write to me if you come up with any algorithmic object
  59. generators that you think are useful.  By the way... check out Essence, a
  60. powerful set of 66 algorithmic textures for the FPU versions of Imagine and
  61. Turbo Silver!  (I co-authored it with Steve Worley, of computer graphics fame.)
  62.  
  63. Glenn M. Lewis
  64. 8341 Olive Hill Court
  65. Fair Oaks, CA  95628
  66. USA
  67. (916) 356-6396 [office, leave message at any time]
  68. e-mail: glewis@pcocd2.intel.com
  69.  
  70.     Now, please move on to read the "README.R*" file!  Thanks!
  71.  
  72. ------------------------------------------------------------------------------
  73.