Ignore:
Timestamp:
05/22/08 14:07:56 (16 years ago)
Author:
mattausch
Message:

debug version: problematic view points for vienna detected

File:
1 edited

Legend:

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

    r2694 r2695  
    822822 
    823823        // get point on view cell surface 
    824         if (0) 
     824        if (1) 
    825825        { 
    826826                //mViewCell->GetRandomEdgePoint(origin, normal); 
     
    829829                // move a little bit back to avoid piercing through walls 
    830830                // that bound the view cell 
    831                 if (0) origin -= 0.01f * normal; 
     831                if (1) origin -= 0.01f * normal; 
    832832        } 
    833833        else 
Note: See TracChangeset for help on using the changeset viewer.