home *** CD-ROM | disk | FTP | other *** search
/ Desktop Works 1995 - 1996 / desktopworks1995-1996.iso / scrnsave / win_3d / readme1.doc < prev    next >
Text File  |  1996-01-01  |  1KB  |  26 lines

  1. Tool programs to generate input files for Win3D
  2. -----------------------------------------------
  3. These programs are listed and discussed in 'Programming Principles in
  4. Computer Graphics' by Leendert Ammeraal and from John Wiley, Ltd:
  5.  
  6. TORUS.EXE    generates a torus
  7. HOLLOW.EXE   generates a hollow cylinder
  8. SEMISPH.EXE  generates a semi-sphere
  9. FUNC.EXE     generates the surface of any quadratic function z = f(x, y)
  10.  
  11. These programs are listed and discussed in 'Interactive 3D Computer Graphics'
  12. by Leendert Ammeraal and from John Wiley, Ltd:
  13.  
  14. TCYL.EXE     generates a tee-joint of two cylinders
  15. SCRTHR.EXE   generates a square screw thread
  16. CURVE3.EXE   generates a 3D curve (see below)
  17. CABLE.EXE    generates a 'cable' (see below)
  18.  
  19. (TCYL.EXE was corrected so both cylinders may now have the same diameter.)
  20. The data-files with corresponding names are examples of generated output.
  21. The use of most of the above programs is straightforward. Program CURVE3
  22. asks for an input file, of which CURV_INP.DAT is an example. This input
  23. file was created with Win3D. The corresponding output file, CURVE3.DAT,
  24. can be used as input for CABLE.EXE to gives some thickness to the curve,
  25. turning it into a 'cable'.
  26.