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.7 by gwlarson, Thu Jun 11 08:57:37 1998 UTC vs.
Revision 2.11 by greg, Fri Nov 21 01:30:17 2008 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2 < # SCCSid "$SunId$ SGI"
2 > # RCSid: $Id$
3   #
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines