Revision: | 2.5 |
Committed: | Sat Feb 22 02:07:30 2003 UTC (22 years, 2 months ago) by greg |
Content type: | application/x-csh |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R5, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD |
Changes since 2.4: | +1 -1 lines |
Log Message: | Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 2.1 | #!/bin/csh -f |
2 | greg | 2.5 | # RCSid: $Id$ |
3 | greg | 2.1 | # |
4 | # Compute illuminance from ray origin and direction | ||
5 | # | ||
6 | greg | 2.2 | if ( $#argv < 1 ) then |
7 | greg | 2.1 | echo "Usage: $0 [rtrace args] octree" |
8 | exit 1 | ||
9 | endif | ||
10 | greg | 2.4 | rtrace -i+ -dv- -h- -x 1 $argv[*]:q | rcalc -e '$1=47.4*$1+120*$2+11.6*$3' -u |