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

Comparing ray/doc/man/man1/obj2rad.1 (file contents):
Revision 1.4 by greg, Tue Sep 4 17:36:40 2007 UTC vs.
Revision 1.5 by greg, Mon Mar 30 18:28:35 2020 UTC

# Line 1 | Line 1
1   .\" RCSid "$Id$"
2   .TH OBJ2RAD 1 6/14/94 RADIANCE
3   .SH NAME
4 < obj2rad - convert Wavefront .obj file to RADIANCE description
4 > obj2rad - convert Wavefront .OBJ file to RADIANCE description
5   .SH SYNOPSIS
6   .B obj2rad
7   [
# Line 18 | Line 18 | obj2rad - convert Wavefront .obj file to RADIANCE desc
18   ]
19   .SH DESCRIPTION
20   .I Obj2rad
21 < converts a Wavefront .obj file to a RADIANCE scene description.
21 > converts a Wavefront .OBJ file to a RADIANCE scene description.
22   The material names for the surfaces will assigned based on the
23   mapping rules file given in the
24   .I \-m
# Line 101 | Line 101 | would be "tacky":
101   The
102   .I \-n
103   option may be used to produce a list of qualifiers from which to construct
104 < a mapping for the given .obj file.
104 > a mapping for the given .OBJ file.
105   This is also useful for determining which materials must be defined
106   when no mapping is used.
107   .PP
# Line 187 | Line 187 | indication of how successful the translation was, sinc
187   it will mention the number of statements
188   .I obj2rad
189   did not recognize.
190 < .SH EXAMPLE
190 > .SH EXAMPLES
191   To create a qualifier list for triceratops.obj:
192   .IP "" .2i
193   obj2rad \-n triceratops.obj > triceratops.qual
# Line 196 | Line 196 | To translate triceratops.obj into a RADIANCE file usin
196   triceratops.map:
197   .IP "" .2i
198   obj2rad \-m triceratops.map triceratops.obj > triceratops.rad
199 .SH NOTES
200 Many good and useful Wavefront object files are available by
201 anonymous ftp from "avalon.chinalake.navy.mil" in the
202 /pub/objects/obj directory.
199   .SH FILES
200   tmesh.cal               - used for triangle normal interpolation
201   .br
# Line 207 | Line 203 | surf.cal               - used for quadrilateral normal interpolatio
203   .SH AUTHOR
204   Greg Ward
205   .SH "SEE ALSO"
206 < arch2rad(1), ies2rad(1), obj2mesh(1), oconv(1), thf2rad(1), xform(1)
206 > arch2rad(1), ies2rad(1), obj2mesh(1), objutil(1) oconv(1), thf2rad(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines