Ignore:
Timestamp:
09/27/06 16:24:39 (18 years ago)
Author:
mattausch
Message:

moved raycasting out of preprocessor into specific ray casting interface

File:
1 edited

Legend:

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

    r1486 r1520  
    4747 
    4848  // cast ray to KD tree to find intersection with other objects 
     49#if 0 
    4950  object = CastSimpleRay(origin, 
    5051                                                 direction, 
     
    5354                                                 normal 
    5455                                                 ); 
    55    
     56#endif 
     57 
    5658  if (mDetectEmptyViewSpace && DotProd(normal, direction) >= 0) { 
    5759        object = NULL; 
Note: See TracChangeset for help on using the changeset viewer.