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

Comparing ray/src/rt/RtraceSimulManager.cpp (file contents):
Revision 2.15 by greg, Wed Aug 14 20:05:23 2024 UTC vs.
Revision 2.16 by greg, Sun Aug 25 00:17:29 2024 UTC

# Line 341 | Line 341 | RtraceSimulManager::EnqueueBundle(const FVECT orig_dir
341          while (n-- > 0) {               // queue each ray
342                  VCOPY(res.rorg, orig_direc[0]);
343                  VCOPY(res.rdir, orig_direc[1]);
344 +                res.rmax = .0;
345                  orig_direc += 2;
346                  rayorigin(&res, PRIMARY, NULL, NULL);
347                  res.rno = rID0 ? (lastRayID = rID0++) : ++lastRayID;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines