Ignore:
Timestamp:
07/11/05 00:02:07 (19 years ago)
Author:
bittner
Message:

functional raycasting version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp

    r65 r162  
    11#include "SamplingPreprocessor.h" 
    22 
    3 namespace GtpVisibilityPreprocessor { 
     3 
    44   
    5   bool 
    6   SamplingPreprocessor::ComputeVisibility() 
    7   { 
    8  
    9     return true; 
    10   }; 
    11    
     5bool 
     6SamplingPreprocessor::ComputeVisibility() 
     7{ 
     8  return true; 
    129}; 
    1310 
Note: See TracChangeset for help on using the changeset viewer.