quakeforge/tools/qflight/qflight.1

79 lines
2.7 KiB
Groff

.\" hey, Emacs: -*- nroff -*-
.\" qflight is free software; you can redistribute it and/or modify
.\" 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)
.\"
.TH QFLIGHT 1 "25 August, 2002" QuakeForge "QuakeForge User's Manual"
.\" Please update the above date whenever this man page is modified.
.SH NAME
qflight \- The QuakeForge Light Tool
.SH SYNOPSIS
.B qflight
<\fBcommand\fP> [\fBoptions\fP] \fIFILE\fP...
.SH DESCRIPTION
\fBqflight\fP Takes a .bsp file generated by qfbsp and does light casting from all the static lights in the map.
.SH COMMANDS
\fBqflight\fP accepts the following arguments as a command. Only one command may be
used at a time.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
Show the version of qflight.
.SH OPTIONS
\fBqflight\fP takes the following arguments as options.
.TP
.B \-q, \-\-quiet
Inhibit some of qflight's normal output.
.TP
.B \-v, \-\-verbose
Display more output than usual.
.TP
.B \-t, \-\-threads (n)
The number of threads to use.
.TP
.B \-e, \-\-extra
By default qflight takes one sample from each light point, running with "-extra" enabled takes four samples and averages them.
This gives smoother lighting/shadows but takes four times as long.
.TP
.B \-d, \-\-distance (n)
Scales the fade distance of ALL lights. n>1 fades faster, n<1 fades slower.
.TP
.B \-r, \-\-range (n)
Scales the brightness range of ALL lights without affecting their fade distance.
n>.5 makes them brighter, n<.5 makes them darker.
.TP
.SH AUTHORS
Colin Thompson (colinjamesthompson@tiscali.co.uk) ported this to quakeforge from
the original id Software quake utils release.
.SH "SEE ALSO"
.BR quakeforge (1),
.BR qfbsp (1),
.BR qfvis (1)