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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.81 by greg, Thu Jul 4 01:25:07 2019 UTC vs.
Revision 2.82 by greg, Thu Jul 25 16:50:54 2019 UTC

# Line 664 | Line 664 | oputN(                         /* print unperturbed normal */
664          RAY  *r
665   )
666   {
667 <        if (r->rot < FHUGE)
667 >        if (r->rot < FHUGE) {
668 >                rayreorient(r);
669                  (*putreal)(r->ron, 3);
670 <        else
670 >        } else
671                  (*putreal)(vdummy, 3);
672   }
673  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines