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

Comparing ray/src/cal/cal/veil.cal (file contents):
Revision 1.2 by greg, Wed Nov 21 18:10:45 2018 UTC vs.
Revision 1.3 by greg, Tue Feb 26 01:19:52 2019 UTC

# Line 23 | Line 23
23          pcomb or as an additional line in glrsrc.cal, i.e.:
24  
25                  pcomb -f glrsrc.cal -e 'N:I(0)' -f veil.cal orig.pic > veil.pic
26 +
27 +        WARNING: Do not use the 'N:I(0)' setting if there is only a single
28 +        glare source.  Use 'N:1' instead, as tabfunc outputs a constant
29 +        value for a single input line, and the trick does not work then.
30   }
31  
32   bound(a,x,b) : if(a-x, a, if(x-b, b, x));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines