.\" Automatically generated by egg2obj -write-bam .TH EGG2OBJ 1 "27 December 2014" "1.9.0" Panda3D .SH NAME egg2obj \- convert .egg files to .obj .SH SYNOPSIS \fBegg2obj\fR [opts] input.egg output.obj .br \fBegg2obj\fR [opts] -o output.obj input.egg .SH DESCRIPTION This program converts egg files to obj. It only converts polygon data, with no fancy tricks. Very bare\-bones at the moment; not even texture maps are supported. .SH OPTIONS .TP .B \-noabs Don't allow the input egg file to have absolute pathnames. If it does, abort with an error. This option is designed to help detect errors when populating or building a standalone model tree, which should be self-contained and include only relative pathnames. .TP .B \-C Clean out higher-order polygons by subdividing into triangles. .TP .BI "\-o " "filename" Specify the filename to which the resulting Obj file will be written. If this option is omitted, the last parameter name is taken to be the name of the output file. .TP .BI "\-cs " "coordinate-system" Specify the coordinate system of the resulting Obj file. Normally, this is z-up. .TP .B \-f Force complete loading: load up the egg file along with all of its external references. .TP .B \-h Display this help page.