xracer-mkcraft - generate a XRacer vehicle from a Blender VRML file
Contents
Description
xracer-mkcraft is a perl script that takes a Blender VRML file (.wrl) INPUTFILE and optionally generates
a C source file OUTPUTFILE that contains code suitable to be used as a vehicle description in the game
XRacer.
Name
xracer-mkcraft - generate a XRacer vehicle from a Blender VRML file
Options
--outputOUTPUTFILE
Specifies the C source file to write the vehicle description to. If omitted, xracer-mkcraft just
processes the INPUTFILE and checks for validity.
--verbose
Be verbose in the processing of the .wrl INPUTFILE
See Also
xracer(6), XRacer::BVRML(3pm)
Synopsis
xracer-mkcraft [ --output OUTPUTFILE ] [ --verbose ] [ INPUTFILE ]
