quakeforge/tools/qfvis/qfvis.1

74 lines
2.3 KiB
Groff
Raw Normal View History

2002-08-25 23:59:11 +00:00
.\" hey, Emacs: -*- nroff -*-
2002-08-26 23:02:17 +00:00
.\" qfvis is free software; you can redistribute it and/or modify
2002-08-25 23:59:11 +00:00
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" See the GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; see the file COPYING. If not, write to:
.\"
.\" Free Software Foundation, Inc.
.\" 59 Temple Place, Suite 330
.\" Boston, MA 02111-1307, USA
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins (default)
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.\"
2002-08-26 23:02:17 +00:00
.TH QFVIS 1 "25 August, 2002" QuakeForge "QuakeForge User's Manual"
2002-08-25 23:59:11 +00:00
.\" Please update the above date whenever this man page is modified.
.SH NAME
2002-08-26 23:02:17 +00:00
qfvis \- The QuakeForge VIS Tool
2002-08-25 23:59:11 +00:00
.SH SYNOPSIS
2002-08-26 23:02:17 +00:00
.B qfvis
<\fBcommand\fP> [\fBoptions\fP] \fIFILE\fP...
2002-08-25 23:59:11 +00:00
.SH DESCRIPTION
2004-01-27 05:08:21 +00:00
\fBqfvis\fP Generates the PVS (Potential Visible Set) for a .bsp file.
2002-08-25 23:59:11 +00:00
.SH COMMANDS
2002-08-26 23:02:17 +00:00
\fBqfvis\fP accepts the following arguments as a command. Only one command may be
2002-08-25 23:59:11 +00:00
used at a time.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
2002-08-26 23:02:17 +00:00
Show the version of qfvis.
2002-08-25 23:59:11 +00:00
.SH OPTIONS
2002-08-26 23:02:17 +00:00
\fBqfvis\fP takes the following arguments as options.
2002-08-25 23:59:11 +00:00
.TP
.B \-q, \-\-quiet
2004-01-18 06:55:47 +00:00
Inhibit some of qfvis's normal output.
2002-08-25 23:59:11 +00:00
.TP
.B \-v, \-\-verbose
Display more output than usual.
2002-08-26 23:02:17 +00:00
.TP
.B \-t, \-\-threads (n)
The number of threads to use.
.TP
.B \-m, \-\-minimal
Performs only minimal vis'ing, useful for map testing.
.TP
.B \-l, \-\-level (n)
2004-01-27 05:08:21 +00:00
Vis level to perform
2002-08-26 23:02:17 +00:00
.TP
2002-08-25 23:59:11 +00:00
.SH AUTHORS
2002-08-26 23:02:17 +00:00
Colin Thompson (colinjamesthompson@tiscali.co.uk) ported this to quakeforge from
the original id Software quake utils release.
2002-08-25 23:59:11 +00:00
.SH "SEE ALSO"
.BR quakeforge (1),
2002-08-26 23:02:17 +00:00
.BR qfbsp (1),
.BR qflight (1)