Ignore:
Timestamp:
04/28/08 02:10:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2635 r2660  
    156156#endif 
    157157   
     158#if REMOVE_TEMP 
    158159  _SortRays(rays, 
    159160                        0, 
     
    162163                        b 
    163164                        ); 
     165#endif 
    164166} 
    165167                                         
     
    169171                                         const int r, 
    170172                                         const int depth, 
    171                                          float box[12]) 
     173                                         float *box) 
    172174{ 
    173175  // pick-up a pivot 
    174   int axis; 
     176  int axis = 0; 
    175177   
    176178  float maxDiff = -1.0f; 
Note: See TracChangeset for help on using the changeset viewer.