ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/objview.csh
(Generate patch)

Comparing ray/src/util/objview.csh (file contents):
Revision 2.11 by greg, Fri Nov 21 01:30:17 2008 UTC vs.
Revision 2.12 by greg, Tue Jan 13 22:19:25 2009 UTC

# Line 8 | Line 8 | set tmpdir=/tmp
8   set octree=$tmpdir/ov$$.oct
9   set lights=$tmpdir/lt$$.rad
10   set rif=$tmpdir/ov$$.rif
11 < set tmpfiles="$octree $lights $rif"
11 > set ambf=$tmpdir/af$$.amb
12 > set tmpfiles="$octree $lights $rif $ambf"
13   set raddev="x11"
14   set up="Z"
15   set vw="XYZ"
# Line 97 | Line 98 | UP= $up
98   view= $vw
99   OCTREE= $octree
100   oconv= -f
101 + AMBF= $ambf
102   render= $rendopts
103   _EOF_
104  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines