ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/objview.1
Revision: 1.2
Committed: Tue Dec 9 15:59:06 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# User Rev Content
1 greg 1.2 .\" RCSid "$Id$"
2 greg 1.1 .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), rview(1)