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/ExactPreprocessor.cpp

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