Ignore:
Timestamp:
02/01/07 17:38:55 (17 years ago)
Author:
mattausch
Message:

prepared view cell generation that is useable.
changed back view cell generation to vsp osp.

File:
1 edited

Legend:

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

    r2071 r2072  
    201201#endif 
    202202 
    203         AxisAlignedBox3 ebox = sbox; 
    204         ebox.Enlarge(Vector3(1e-3f)); 
    205  
    206203        SimpleRayContainer::const_iterator sit, sit_end = rays.end(); 
    207204 
     
    210207        { 
    211208                CastRay(*sit, vssRays, sbox, castDoubleRays, pruneInvalidRays); 
    212                 if (!vssRays.empty() && (!vssRays.back() || !ebox.IsInside(*vssRays.back()))) 
    213                 cout << "error " << *vssRays.back()<<endl; 
    214209        } 
    215210 
Note: See TracChangeset for help on using the changeset viewer.