mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
17 lines
698 B
Groff
17 lines
698 B
Groff
.\" Automatically generated by x-trans -write-bam
|
|
.TH X-TRANS 1 "27 December 2014" "1.9.0" Panda3D
|
|
.SH NAME
|
|
x-trans \- reads and writes DirectX .x files
|
|
.SH SYNOPSIS
|
|
\fBx-trans\fR [opts] input.x output.x
|
|
.br
|
|
\fBx-trans\fR [opts] -o output.x input.x
|
|
.SH DESCRIPTION
|
|
This program reads a DirectX retained\-mode file (.x) and writes an essentially equivalent .x file. It is primarily useful for debugging the X file parser that is part of the Pandatool library.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BI "\-o " "filename"
|
|
Specify the filename to which the resulting .x 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.
|