Ignore:
Timestamp:
03/15/06 08:59:33 (18 years ago)
Author:
mattausch
Message:

added means for rotating scene

File:
1 edited

Legend:

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

    r639 r694  
    141141        // non-intersecting, otherwise polygon-plane intersections of bsp tree 
    142142        // approaches are not eliminating any rays intersecting the polygon! 
    143         const float thresh = 1 ? 1e-6f : 0.0f; 
     143        const float thresh = 1e-6f; 
    144144 
    145145        // segment is not intersecting plane: fond out if on front or back side 
Note: See TracChangeset for help on using the changeset viewer.