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

Comparing ray/src/rt/o_cone.c (file contents):
Revision 2.10 by greg, Sun Jan 31 18:08:04 2021 UTC vs.
Revision 2.11 by greg, Thu Dec 16 21:37:21 2021 UTC

# Line 85 | Line 85 | o_cone(                        /* intersect ray with cone */
85                  VSUM(r->rop, r->rorg, r->rdir, r->rot);
86                  VCOPY(r->ron, co->ad);
87                  r->rod = -rdx[2];
88 +                r->pert[0] = r->pert[1] = r->pert[2] = 0.0;
89 +                r->uv[0] = r->uv[1] = 0.0;
90                  r->rox = NULL;
91                  return(1);                              /* good */
92          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines