Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xracer-mktrack(1) [debian man page]

XRACER-TOOLS(1) 					      General Commands Manual						   XRACER-TOOLS(1)

NAME
xracer-mktrack -- XRacer track generator SYNOPSIS
xracer-mktrack --steps STEPS [--outputc OUTPUTFILE] [--verbose] --tubefile TUBEFILE [INPUTFILE] DESCRIPTION
This manual page documents briefly the xracer-mktrack command. This manual page was written for the Debian distribution because the original program does not have a manual page. xracer-mktrack is a perl script that takes a Blender VideoScape file INPUTFILE and a tube file generated by mktube TUBEFILE and optionally generates a C source file OUTPUTFILE that contains code suitable to be used as a track in the game XRacer. OPTIONS
--steps STEPS the number of vertices in each segment --outputc OUTPUTFILE the C file to write --verbose verbose output --tubefile TUBEFILE the tube file generated by mktube prog SEE ALSO
xracer (6), XRacer::BVRML (3pm), xracer-mktube (1) AUTHOR
This manual page was written by Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> for the Debian system (but may be used by others). Permis- sion is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later ver- sion published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. XRACER-TOOLS(1)

Check Out this Related Man Page

XRACER-TOOLS(1) 					      General Commands Manual						   XRACER-TOOLS(1)

NAME
xracer-mktube -- XRacer tubular outline generator SYNOPSIS
xracer-mktube --steps STEPS [--outputc OUTPUTFILE] [--outputtube TUBEOUTPUTFILE] [--verbose] [INPUTFILE] DESCRIPTION
This manual page documents briefly the xracer-mktube command. This manual page was written for the Debian distribution because the original program does not have a manual page. xracer-mktube is a perl script that takes a Blender VideoScape file INPUTFILE which is a basic tubular outline of the track. The script optionally generates a C source file OUTPUTFILE that contains code suitable to be used as a track in the game XRacer, and also as an inter- mediate TUBEOUTPUTFILE (.tube) file which is used by the other track processing scripts. OPTIONS
--steps STEPS the number of vertices in each segment --outputc OUTPUTFILE the C file to write --verbose verbose output --tubefile TUBEFILE the tube file generated by mktube prog SEE ALSO
xracer (6), XRacer::BVRML (3pm) AUTHOR
This manual page was written by Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> for the Debian system (but may be used by others). Permis- sion is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later ver- sion published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. XRACER-TOOLS(1)
Man Page