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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 2.97 by greg, Fri Jun 20 23:21:33 2025 UTC vs.
Revision 2.98 by greg, Fri Oct 31 02:16:12 2025 UTC

# Line 50 | Line 50 | rayorigin(             /* start new ray from old one */
50                  rw = 1.0;
51                  setscolor(r->rcoef, 1., 1., 1.);
52          } else {
53 <                rw = sintens((COLORV *)rc);
53 >                rw = sintens(rc);
54                  if (rw > 1.0)
55                          rw = 1.0;               /* avoid calculation growth */
56                  if (rc != r->rcoef)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)