ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/objview.1
Revision: 1.3
Committed: Thu Jan 1 19:31:45 2004 UTC (20 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1, rad4R1, rad4R0, rad3R6, rad3R6P1, rad3R8, rad3R9
Changes since 1.2: +2 -2 lines
Log Message:
Renamed rview, lam, calc, and neat to rvu, rlam, icalc, and neaten

File Contents

# Content
1 .\" RCSid "$Id: objview.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
2 .TH OBJVIEW 1 6/10/98 RADIANCE
3 .SH NAME
4 objview - view RADIANCE object(s)
5 .SH SYNOPSIS
6 .B objview
7 [
8 .B "\-u updirection"
9 ][
10 rad options
11 ]
12 input ..
13 .br
14 .B objview
15 [
16 .B \-g
17 ][
18 .B "\-u updirection"
19 ][
20 glrad options
21 ]
22 input ..
23 .SH DESCRIPTION
24 .I Objview
25 renders a RADIANCE object interactively using
26 .I rad(1)
27 or
28 .I glrad(1).
29 This program is merely a shell script that adds some light
30 sources to a scene then calls
31 .I rad(1)
32 or
33 .I glrad(1)
34 to make an octree and view the scene interactively.
35 .PP
36 If the default up vector (+Z) is inappropriate
37 for this object, then specify a different one using the
38 .I \-u
39 option to
40 .I objview.
41 .PP
42 Any number of material and scene files may be given,
43 but no in-line commands or standard input.
44 .SH AUTHOR
45 Greg Ward Larson
46 .SH "SEE ALSO"
47 glrad(1), oconv(1), rad(1), rvu(1)