ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/mgf2rad.1
(Generate patch)

Comparing ray/doc/man/man1/mgf2rad.1 (file contents):
Revision 1.3 by greg, Tue Sep 4 17:36:40 2007 UTC vs.
Revision 1.4 by greg, Wed Jan 17 00:43:45 2024 UTC

# Line 5 | Line 5 | mgf2rad - convert Materials and Geometry Format file t
5   .SH SYNOPSIS
6   .B mgf2rad
7   [
8 + .B \-s
9 + ][
10   .B "\-m matfile"
11   ][
12   .B "\-e mult"
# Line 53 | Line 55 | into a single file, since no output is produced for un
55   materials; i.e. translating just the MGF materials does not work.
56   .PP
57   The
58 + .I \-s
59 + option turns on spectral data conversion, producing "spectrum"
60 + modifiers in the output as supported by RADIANCE 6.0 and later.
61 + If you do not plan to employ spectral rendering, then it is
62 + better to have
63 + .I mgf2rad
64 + convert to RGB colors, which is the default.
65 + .PP
66 + The
67   .I \-e
68   option may be used to multiply all the emission values by the
69   given
# Line 69 | Line 80 | and are not generally useful to most users.
80   To translate two MGF files into one RADIANCE materials file and
81   one geometry file:
82   .IP "" .2i
83 < mgf2rad \-m materials.rad building1.mgf building2.mgf > building1+2.rad
83 > mgf2rad -m materials.rad building1.mgf building2.mgf > building1+2.rad
84   .PP
85   To create an octree directly from two MGF files and one RADIANCE
86 < file:
86 > file, including spectra:
87   .IP "" .2i
88 < oconv '\\!mgf2rad materials.mgf scene.mgf' source.rad > scene.oct
88 > oconv '!mgf2rad -s materials.mgf scene.mgf' source.rad > scene.oct
89   .SH FILES
90   tmesh.cal       Used to smooth polygonal geometry
91   .br

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines