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

Comparing ray/src/cal/cal/LaFortune.cal (file contents):
Revision 1.2 by greg, Tue Mar 18 19:03:41 2014 UTC vs.
Revision 1.3 by greg, Mon Jun 10 13:56:52 2019 UTC

# Line 11 | Line 11 | n(i) : select(i, 30, 15);
11   NL : n(0);
12  
13                          { Useful functions }
14 max(a,b) : if(a-b, a, b);
14   abs(x) : if(x, x, -x);
15   noneg(x) : if(x, x, 0);
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines