diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-17 17:10:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:15 +0700 |
commit | 5eb6ce46c5980e63f9888af21be1abe18714d75e (patch) | |
tree | 1aae1285f24c6b5ccda68a88344011c84e545c52 /games/ufoai/man/ufomodel.6 | |
parent | 7ad090fd48be0c12e4ea59a4e92c1f6f13286a0d (diff) |
games/ufoai: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ufoai/man/ufomodel.6')
-rw-r--r-- | games/ufoai/man/ufomodel.6 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/games/ufoai/man/ufomodel.6 b/games/ufoai/man/ufomodel.6 new file mode 100644 index 0000000000000..88011e411d62d --- /dev/null +++ b/games/ufoai/man/ufomodel.6 @@ -0,0 +1,50 @@ +.\" This man page was written by Markus Koschany in July 2013. It is provided +.\" under the GNU General Public License 2 or (at your option) any later version. +.TH ufomodel "6" "October 2021" "ufoai-2.5" "SlackBuilds.org" +.SH NAME +ufomodel \- optimizer for model files +.SH DESCRIPTION +UFO: Alien invasion developer tool to modify and optimize model files. +.SH OPTIONS +.TP +\fB\-mdx\fR +generate mdx files +.TP +\fB\-skinfix\fR +fix skins for md2 models +.TP +\fB\-glcmds\fR +remove the unused glcmds from md2 models +.TP +\fB\-check\fR +perform general checks for all the models +.TP +\fB\-skinedit\fR <filename> +edit skin of a model +.TP +\fB\-skinnum\fR <filename> +edit the skin numbers of a model +.TP +\fB\-info\fR <filename> +show model information +.TP +\fB\-overwrite\fR +overwrite existing mdx files +.TP +\fB\-s\fR <float> +sets the smoothness value for normal\-smoothing (in the range \fB\-1\fR.0 to 1.0) +.TP +\fB\-f\fR <filename> +build tangentspace for the specified model file +.TP +\fB\-v\fR \fB\-\-verbose\fR +print debug messages +.TP +\fB\-h\fR \fB\-\-help\fR +show this help screen +.SH "SEE ALSO" +.PP +\fBufo\fR(6) +\fBufoded\fR(6) +\fBufo2map\fR(6) +\fBufoslicer\fR(6) |