t3d2dxf.class

author:			Carlos "c0mpi1e" Cuello

time spent: 		a day or so, so far


===============================================================================

usage:
	jview t3d2dxf.class <t3dfilename.t3d or relativepath\\*.t3d> [dxffilename.dxf] [/about or /help]

examples:
	jview t3d2dxf.class myt3d.t3d		(creates a dxf file called myt3d.dxf from myt3d.t3d)
	jview t3d2dxf.class c:\unreal\maps\t3ds\*.t3d  (creates a corresponding dxf file from all the .t3d's in the directory c:\unreal\maps\t3ds)
	jview t3d2dxf.class myt3d.t3d newname.dxf	(creates a dxf file called newname.dxf from myt3d.t3d)


Notes:
	You must have a microsoft jvm that will compile classes from sdk 1.1.5 or later.
	You may substitute any sdk/jre for jview, eg. java.exe. 
	This version only works on Unreal brushes that contain a 3-4 vertices per face.