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.9 by greg, Fri May 3 18:01:20 2024 UTC vs.
Revision 2.10 by greg, Tue Jul 2 23:54:16 2024 UTC

# Line 237 | Line 237 | RtraceSimulManager::EnqueueBundle(const FVECT orig_dir
237                          res.revf = raycast;
238                  double  d = normalize(res.rdir);
239                  bool    sendRes = (cookedCall != NULL);
240 <                if (d > 0) {            // direction vector is valid?
240 >                if (d > .0) {           // direction vector is valid?
241                          if (curFlags & RTlimDist)
242                                  res.rmax = d;
243                          if (((curFlags&RTdoFIFO) != 0) & (ray_pnprocs > 0)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines