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.3 by greg, Mon Jan 4 16:37:10 1993 UTC vs.
Revision 2.4 by saba, Wed Jan 6 10:46:47 1993 UTC

# Line 7 | Line 7
7   set tmpdir=/usr/tmp
8   set octree=$tmpdir/ov$$.oct
9   set tmpfiles="$octree"
10 + if ( ! $?RVIEW ) set RVIEW="rview"
11   onintr quit
12  
13   oconv - $argv[*]:q > $octree <<_EOF_
# Line 20 | Line 21 | _EOF_
21  
22   set vp=`getinfo -d <$octree|rcalc -e '$1=$1-3.5*$4;$2=$2-3.5*$4;$3=$3+2.5*$4'`
23  
24 < rview -av .2 .2 .2 -vp $vp -vd 1 1 -.5 -vv 15 -vh 15 $octree
24 > $RVIEW -av .2 .2 .2 -vp $vp -vd 1 1 -.5 -vv 15 -vh 15 $octree
25  
26   quit:
27   rm -f $tmpfiles

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines