Ignore:
Timestamp:
05/26/08 14:54:07 (16 years ago)
Author:
bittner
Message:

updates changes

File:
1 edited

Legend:

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

    r2601 r2713  
    703703                                         const float solidAngleThreshold) 
    704704{ 
    705         MutualVisibilitySampler 
    706                 sampler(sceneGraph, kdTree, source, target, solidAngleThreshold); 
    707  
    708         int visibility = sampler.ComputeVisibility(); 
    709  
    710         return visibility; 
    711  
    712 } 
    713  
    714 } 
     705  MutualVisibilitySampler 
     706        sampler(sceneGraph, kdTree, source, target, solidAngleThreshold); 
     707   
     708  int visibility = sampler.ComputeVisibility(); 
     709   
     710  return visibility; 
     711   
     712} 
     713 
     714} 
Note: See TracChangeset for help on using the changeset viewer.