3D Objecad 32-Bit Z-buffered Gouraud Engine
Ver 1.9
By Dhonn Lushine 9:22 PM 3/18/97

	3D Objecad lets you view your very own 3D art.
	Uses fast polygons to render realistic graphics.
	Check out the files provided in this package.

Requirements-
	386+ processor running MS-DOS
	Runs in Win 3.1 and 95. 
	I use a 486dx/2 66mhz.

Create your own-	
	To create an object make a file with any extension, 
	I prefer the extension to be *.cor or *.3d.
	Open the file with a text viewer. 
	In the beginning of the file you must specify the total number of 
	polygons. For each polygon you must specify the color then the the 3
	standard x,y,z cordinates four times.  Make sure they are clockwise 
	order or the polygons won't render correctly.

	p1------p2
	|	|	Clockwise points
	|	|
	|	|
	p4------p3

	1		<-----number of polygons total

	7		<-----color of polygon
	1 2 3		<-----polygon point 1 	All in x,y,z format  
	4 5 6		<-----polygon point 2
	7 8 9   	<-----polygon point 3
	10 11 12	<-----polygon point 4

	Here is an example file a file may look like.
	2

	1
	-50 50 50
	50 50 50
	50 -50 50
	-50 -50 50

	2
	-50 50 -50
	50 50 -50
	50 -50 -50
	-50 -50 -50

	You may not comment anywhere in the file execpt at the end. (credits,info,...).

Limitations-
	You can only create 512 polygons.
	Possible slowdown if you have a slow computer and running maximum
	amount of polygons. 

Usage-
	In Dos:
	type 3DCD19GZ.EXE FILENAME.EXT
	In Windows95:
	Drag and drop the FILENAME.EXT on the 3DCD19GZ.EXE icon.		

Controls-	
	Arrows-rotate object
	Esc-exit
	'D'-run demo on\off
	'+'-scale forward
	'-'-scale backward
	Sorry thats all the functions, more to come. 

Future versions-
	More functions

Info-
	Thank you for downloading this freeware. Enjoy! 	
	I made this program as bug free and optmized as possible.
	E-mail me if you find anything weird.
	Also I am not responsible if you computer dies,

	Dhonn Lushine 1997 
	Contact me at: Ludhonn@aol.com
	Homepage: http://members.aol.com/Ludhonn
	My homepage may have updates and 3d object files. 

	To send any mail or donations send it to:
		Dhonn Lushine
		P.O.Box 1637
		Spring Valley, California 91979

	P.S.
	If you make something cool E-mail the file to me, Thanks!
<eof>