ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
radiance
/
ray
/
src
/
util
/
rlux.csh
Revision:
2.1
Committed:
Thu Feb 25 09:37:04 1993 UTC
(32 years, 2 months ago) by
greg
Content type:
application/x-csh
Branch:
MAIN
Log Message:
Initial revision
File Contents
#
User
Rev
Content
1
greg
2.1
#!/bin/csh -f
2
# SCCSid "$SunId$ LBL"
3
#
4
# Compute illuminance from ray origin and direction
5
#
6
if ( $#argv < 2 ) then
7
echo "Usage: $0 [rtrace args] octree"
8
exit 1
9
endif
10
rtrace -i+ -dv- -h- -x 1 $argv[*]:q | rcalc -e '$1=47.1*$1+117.2*$2+14.7*$3'