ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/objview.1
Revision: 1.4
Committed: Tue Aug 7 18:17:17 2012 UTC (12 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.3: +28 -3 lines
Log Message:
Added Rob G's Ruby version of objview and fixed dctimestep for Lambertian BTDFs

File Contents

# Content
1 .\" RCSid "$Id: objview.1,v 1.3 2004/01/01 19:31:45 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 .br
24 .B objview.rb
25 [
26 .B \-l
27 ][
28 .B "\-r roomsiz"
29 ][
30 .B "\-n nprocs"
31 ]
32 input ..
33 .br
34 .SH DESCRIPTION
35 .I Objview
36 renders a RADIANCE object interactively using
37 .I rad(1)
38 or
39 .I glrad(1).
40 This program is merely a shell script that adds some light
41 sources to a scene then calls
42 .I rad(1)
43 or
44 .I glrad(1)
45 to make an octree and view the scene interactively.
46 .PP
47 If the default up vector (+Z) is inappropriate
48 for this object, then specify a different one using the
49 .I \-u
50 option to
51 .I objview.
52 .PP
53 Any number of material and scene files may be given,
54 but no in-line commands or standard input.
55 .PP
56 There is also a Ruby version of objview (objview.rb)
57 available, primarily for Windows compatibility, but
58 the Ruby version also adds a luminaire viewer option.
59 .PP
60 If the user specifies the -l option, then a Radiance
61 luminaire description is the input to the program.
62 objview.rb will place the centroid of the luminiare at 0,0,0
63 and surround the distribution with a room that is 4' square
64 (in meters), with a view along the positive y. Scale the
65 room size with the -r option.
66 .PP
67 The number of processors to use may be specified with the
68 -n option.
69 .SH AUTHOR(s)
70 Greg Ward Larson, Rob Guglielmetti
71 .SH "SEE ALSO"
72 glrad(1), oconv(1), rad(1), rvu(1)