| 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 |
| 139 |
|
if ($?DISPLAY && $picture != $nofile) then |
| 140 |
|
echo "" |
| 141 |
|
echo "Displaying glare sources in '$picture'..." |
| 142 |
< |
xglaresrc $picture $glarefile >& /dev/null |
| 139 |
< |
if ($status == 2) then |
| 140 |
< |
echo "Starting ximage..." |
| 141 |
< |
ximage =+0+0 $picture & |
| 142 |
< |
WaitAndTryXglrAgain: |
| 143 |
< |
sleep 10 |
| 144 |
< |
xglaresrc $picture $glarefile >& /dev/null |
| 145 |
< |
if ($status == 2) goto WaitAndTryXglrAgain |
| 146 |
< |
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") |