3D Demo Program by Toshiaki Tsuji

This is a program to demonstrate my 3D Engine.

Files :

3DWIN386.EXE  : Windows 3.1+ Version
3DWIN32.EXE   : Windows 95/NT
3DDOS32.EXE   : DOS Version

*.ASC         : 3D Object files imported from 3D Studio.
3D.CPP        : Source file for 3D.
3D.H          : Header file for 3D.
W3D.ASM       : Assembler routines for 3D.


I did not include all source required to compile the program.
My program is much more than 3D stuff. It includes reading/writing PCX,BMP,GIF,
GUI system for Windows, Bitmap manipulations and so on.

I was afraid to make people confused with all the sources. (More than 30 
modules).  So I just included my 3D graphics source, since this is the one
people are interested to look at.  So please be aware that you can not complete
compiling without my rest of source files.  If you want my other sources, 
please E-Mail me.


To Run demo for DOS, type :

  C:>3DDOS32 face.asc

  Face.asc is one of the object file included.  


To get help for DOS, type :

  C:>3DDOS32 /h

  This will give some command keys and parameters for program.


To Run demo for Windows, 

  Go to Run menu and type 3DWIN386 or 3DWIN32 ( if you have Win 95 or NT )


If you have any questions or comments, please send me an E-Mail to

  tsuji@cs.concordia.ca.

Thank you for trying my demo!


