ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glare.csh
(Generate patch)

Comparing ray/src/util/glare.csh (file contents):
Revision 1.7 by greg, Thu May 2 16:07:22 1991 UTC vs.
Revision 1.10 by greg, Wed May 8 11:08:01 1991 UTC

# Line 85 | Line 85 | With an octree, you should give the same options for -
85   so forth as are used to render the scene.  Please enter them below.
86  
87   _EOF_
88 +                if ($picture != $nofile) then
89 +                        echo "These are the parameters from the picture:"
90 +                        getinfo $picture
91 +                endif
92                  readvar rtargs
93                  set fgargs=($fgargs $rtargs $octree)
94          endif
# Line 135 | Line 139 | endif
139   if ($?DISPLAY && $picture != $nofile) then
140          echo ""
141          echo "Displaying glare sources in '$picture'..."
142 <        xglaresrc $picture $glarefile >& /dev/null
139 <        if ($status) then
140 <                x11image =+0+0 -g 2.6 $picture &
141 <                sleep 40
142 <                xglaresrc $picture $glarefile
143 <        endif
142 >        xglaresrc $picture $glarefile
143   endif
144   set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index")
145   set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines