19 lines
760 B
Groff
19 lines
760 B
Groff
.\" Automatically generated by vrml-trans -write-bam
|
|
.TH VRML-TRANS 1 "27 December 2014" "1.9.0" Panda3D
|
|
.SH NAME
|
|
vrml-trans \- reads and writes VRML 2.0 files
|
|
.SH SYNOPSIS
|
|
\fBvrml-trans\fR [opts] input.wrl > output.wrl
|
|
.br
|
|
\fBvrml-trans\fR [opts] input.wrl output.wrl
|
|
.br
|
|
\fBvrml-trans\fR [opts] -o output.wrl input.wrl
|
|
.SH DESCRIPTION
|
|
This program reads a VRML 2.0 file (.wrl) and writes an essentially equivalent .wrl file. It is primarily useful for debugging the VRML parser that is part of the Pandatool library.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BI "\-o " "filename"
|
|
Specify the filename to which the resulting .wrl 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.
|