| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | # | |
| 4 | # Compute illuminance from ray origin and direction | |
| 5 | # | |
| 6 | < | if ( $#argv < 2 ) then |
| 6 | > | if ( $#argv < 1 ) then |
| 7 | echo "Usage: $0 [rtrace args] octree" | |
| 8 | exit 1 | |
| 9 | endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |