mirror of
				https://github.com/panda3d/panda3d.git
				synced 2025-11-03 20:13:57 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			698 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			18 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.
 |