Ignore:
Timestamp:
12/15/06 23:40:27 (18 years ago)
Author:
bittner
Message:

experiments with different contribution computations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RayCaster.cpp

    r1883 r1900  
    9595 
    9696        // regardless of the pruneInvalidRays setting reject rays whic degenerate to a point 
    97         if (EpsilonEqualV3(hitA.mPoint, hitB.mPoint, Limits::Small)) 
    98           return 0; 
     97        //      if (EpsilonEqualV3(hitA.mPoint, hitB.mPoint, Limits::Small)) 
     98        //        return 0; 
    9999         
    100100        if (pruneInvalidRays) { 
Note: See TracChangeset for help on using the changeset viewer.