
Hello!

Standard disclaimer... The Author assumes no responsibility for misuse of this
source code. If It breaks something you like, and you get mad, tough crap you
have been warned.

------
Now I haven't looked at this code for several months. I am afraid to. I have learned
so much since then I would do none of this the same. (mind you, the first version was
out shortly after qtest.. nothing was planned)

However, the following may tickle uranus:

-read/write MDL files. (there is a bug in the MDL generator, but it works
for the most part).
	-based on carmacks model gen stuff

-read asc, raw files

-write asc, raw, and yes, the coolest.. VRML files (and several others)

-you can get an idea how to make a simple script file thingy. I probably re-invented
the wheel here.. but it was interesting.

-3d graphics engine. (there are some bad things here, and some good) This is 
the same stuff used for all the Windows MedDLe preview stuff.
	-based on 3dgpl library/tutorial

-gif/bmp in/out
	-the gif is a hack from some net code. I made it easier to use/compile
	-bmp is my own stuff and from net info like QUE code

------

You will need: 
 djgpp version 2. (cpp compiler)
 grx version 2. (graphics library)
 386 or higher cpu :)

------

A word to young programmers. I steal code like a mother. But I also give credit (see
mdl.txt). I hope you do the same. Steal code... there is no better way to learn. It is
hard to use code unless you understand it (in most cases) so I see no harm in it. 
Also give credit to whoever deserves it.

Later!
brian
