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.8 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.11 by greg, Fri Nov 21 01:30:17 2008 UTC

# Line 4 | Line 4
4   # Make a nice view of an object
5   # Arguments are scene input files
6   #
7 < set tmpdir=/usr/tmp
7 > set tmpdir=/tmp
8   set octree=$tmpdir/ov$$.oct
9   set lights=$tmpdir/lt$$.rad
10   set rif=$tmpdir/ov$$.rif
# Line 32 | Line 32 | while ($#argv > 0)
32                  breaksw
33          case -v:
34                  shift argv
35 <                set vw=$argv[1]
35 >                set vw="$argv[1]"
36                  breaksw
37 +        case -N:
38 +                shift argv
39 +                set opts=($opts -N $argv[1])
40 +                set radopt
41 +                breaksw
42          case -o:
43                  shift argv
44                  set raddev="$argv[1]"
# Line 91 | Line 96 | EXPOSURE= .5
96   UP= $up
97   view= $vw
98   OCTREE= $octree
99 < oconv= -f -r 16384
99 > oconv= -f
100   render= $rendopts
101   _EOF_
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines