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

Comparing ray/src/gen/mkillum2.c (file contents):
Revision 2.39 by greg, Thu Dec 4 05:26:28 2014 UTC vs.
Revision 2.40 by greg, Thu May 21 05:54:54 2015 UTC

# Line 150 | Line 150 | mkaxes(                        /* compute u and v to go with n */
150          FVECT  n
151   )
152   {
153 <        getperpendicular(u, n);
153 >        getperpendicular(u, n, 1);
154          fcross(v, n, u);
155   }
156  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines