mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
35 lines
2.1 KiB
Groff
35 lines
2.1 KiB
Groff
.\" Automatically generated by egg2x -write-bam
|
|
.TH EGG2X 1 "27 December 2014" "1.9.0" Panda3D
|
|
.SH NAME
|
|
egg2x \- convert an .egg file into a DirectX .x file
|
|
.SH SYNOPSIS
|
|
\fBegg2x\fR [opts] input.egg output.x
|
|
.br
|
|
\fBegg2x\fR [opts] -o output.x input.egg
|
|
.SH DESCRIPTION
|
|
This program reads an Egg file and outputs an equivalent, or nearly equivalent, DirectX\-style .x file. Only simple hierarchy and polygon meshes are supported; advanced features like LOD's, decals, and animation or skinning are not 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 \-m
|
|
Convert all the objects in the egg file as one big mesh, instead of preserving the normal egg hierarchy.
|
|
.TP
|
|
.BI "\-td " "dirname"
|
|
Copy textures to the indicated directory. The copy is performed only if the destination file does not exist or is older than the source file.
|
|
.TP
|
|
.BI "\-te " "ext"
|
|
Rename textures to have the indicated extension. This also automatically copies them to the new filename (possibly in a different directory if -td is also specified), and may implicitly convert to a different image format according to the extension.
|
|
.TP
|
|
.BI "\-tt " "type"
|
|
Explicitly specifies the image format to convert textures to when copying them via -td or -te. Normally, this is unnecessary as the image format can be determined by the extension, but sometimes the extension is insufficient to unambiguously specify an image type.
|
|
.TP
|
|
.BI "\-delod " "dist"
|
|
Eliminate LOD's by choosing the level that would be appropriate for a camera at the indicated fixed distance from each LOD. Use -delod -1 to keep all the LOD's as they are. The default value is 0.
|
|
.TP
|
|
.BI "\-o " "filename"
|
|
Specify the filename to which the resulting DirectX file will be written. If this option is omitted, the last parameter name is taken to be the name of the output file.
|
|
.TP
|
|
.B \-h
|
|
Display this help page.
|