.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH OGREXMLCONVERTER 1 "Nov 17, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME OgreXMLConverter \- converts data between XML and Ogre binary formats .SH SYNOPSIS .B OgreXMLConverter .RI [-i]\ [-e]\ [-l\ lodlevels]\ [-d\ loddist]\ [[-p\ lodpercent][-f\ lodnumtris]]\ sourcefile\ [destfile] .br .SH DESCRIPTION \fBOgreXMLConverter\fP converts data between XML and Ogre binary formats. .SH OPTIONS A summary of options is included below. .TP .B \-i Interactive mode - prompt for options .TP .B \-e DON'T generate edge lists (for stencil shadows) .TP .B \-r DON'T reorganise vertex buffers to OGRE recommended format .TP .B \-t Generate tangents (for normal mapping) .TP The following options are only applicable when converting XML to Mesh: .TP .B \-l lodlevels Number of LOD levels .TP .B \-d loddist Distance increment to reduce LOD .TP .B \-p lodpercent Percentage triangle reduction amount per LOD .TP .B \-f lodnumtris Fixed vertex reduction per LOD .TP .B sourcefile Name of the file to convert .TP .B destfile Optional name of file to write to. If you don't specify this OGRE works it out through the extension and the XML contents if the source is XML. For example test.mesh becomes test.xml, test.xml becomes test.mesh if the XML document root is etc. .SH AUTHOR This manual page was written by Moritz Muehlenhoff for the Debian GNU/Linux system, but may be used by others.