--- ray/src/util/objview.csh 1998/06/11 08:57:37 2.7 +++ ray/src/util/objview.csh 2008/11/21 01:30:17 2.11 @@ -1,10 +1,10 @@ #!/bin/csh -f -# SCCSid "$SunId$ SGI" +# RCSid: $Id: objview.csh,v 2.11 2008/11/21 01:30:17 greg Exp $ # # Make a nice view of an object # Arguments are scene input files # -set tmpdir=/usr/tmp +set tmpdir=/tmp set octree=$tmpdir/ov$$.oct set lights=$tmpdir/lt$$.rad set rif=$tmpdir/ov$$.rif @@ -32,7 +32,12 @@ while ($#argv > 0) breaksw case -v: shift argv - set vw=$argv[1] + set vw="$argv[1]" + breaksw + case -N: + shift argv + set opts=($opts -N $argv[1]) + set radopt breaksw case -o: shift argv