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.10 by greg, Wed Feb 16 05:40:12 2005 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 32 | Line 33 | while ($#argv > 0)
33                  breaksw
34          case -v:
35                  shift argv
36 <                set vw=$argv[1]
36 >                set vw="$argv[1]"
37                  breaksw
38 +        case -N:
39 +                shift argv
40 +                set opts=($opts -N $argv[1])
41 +                set radopt
42 +                breaksw
43          case -o:
44                  shift argv
45                  set raddev="$argv[1]"
# Line 92 | 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