home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Disp3d / DISPXYZ.DOC < prev    next >
Text File  |  1995-10-08  |  1KB  |  33 lines

  1.                      DISPXYZ and DOSXYZ
  2.                           10-08-95
  3.                        by Michael Day
  4.  
  5. The DISPXYZ program is a windows program written in Delphi that 
  6. displays a rotatable 3D image on the display. The DOSXYZ program 
  7. is a MSDOS version of the same program. 
  8.  
  9. Both programs use the TEAPOT data files to build the image. 
  10.  
  11. The TEAPOT data files consist of three separate files.
  12.  
  13.    TEAPOT.PLT = plot definition file
  14.    TEAPOT.DAT = vertex data file
  15.    TEAPOT.PAT = Bezier patch file
  16.  
  17.  
  18. For the MSDOS version, the program is started with the following 
  19. command:
  20.  
  21.    DOSXYZ TEAPOT
  22.  
  23. Click on the X, Y or Z box with the mouse to change the object 
  24. view point. Or use the arrows keys to change it (PgUp/PgDn 
  25. changes the Z axis). Press the escape key to exit the program.
  26.  
  27. For the Windows version, click on the open button to pop up the 
  28. file dialog box. Select the TEAPOT.PLT file. Click on the X, Y, 
  29. or Z spin boxes to change the object view point. Click on the 
  30. Close button to exit the program.
  31.  
  32. <eof>
  33.