home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Disp3d
/
DISPXYZ.DOC
< prev
next >
Wrap
Text File
|
1995-10-08
|
1KB
|
33 lines
DISPXYZ and DOSXYZ
10-08-95
by Michael Day
The DISPXYZ program is a windows program written in Delphi that
displays a rotatable 3D image on the display. The DOSXYZ program
is a MSDOS version of the same program.
Both programs use the TEAPOT data files to build the image.
The TEAPOT data files consist of three separate files.
TEAPOT.PLT = plot definition file
TEAPOT.DAT = vertex data file
TEAPOT.PAT = Bezier patch file
For the MSDOS version, the program is started with the following
command:
DOSXYZ TEAPOT
Click on the X, Y or Z box with the mouse to change the object
view point. Or use the arrows keys to change it (PgUp/PgDn
changes the Z axis). Press the escape key to exit the program.
For the Windows version, click on the open button to pop up the
file dialog box. Select the TEAPOT.PLT file. Click on the X, Y,
or Z spin boxes to change the object view point. Click on the
Close button to exit the program.
<eof>