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

Comparing ray/src/util/genambpos.pl (file contents):
Revision 2.10 by greg, Wed Apr 20 20:57:57 2016 UTC vs.
Revision 2.11 by greg, Tue Feb 15 04:08:26 2022 UTC

# Line 4 | Line 4
4   # Visualize ambient positions and gradients
5   #
6   use strict;
7 + my $windoz = ($^O eq "MSWin32" or $^O eq "MSWin64");
8 + die "Not supported under Windows -- sorry!\n" if ( $windoz );
9   sub userror {
10          print STDERR "Usage: genambpos [-l lvl][-w minwt][-r rad][-s sf][-p][-d] scene.amb > ambloc.rad\n";
11          exit 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines