source: trunk/VUT/GtpVisibilityPreprocessor/src/ExactPreprocessor.cpp @ 162

Revision 162, 104 bytes checked in by bittner, 19 years ago (diff)

functional raycasting version

Line 
1#include "ExactPreprocessor.h"
2
3 
4bool
5ExactPreprocessor::ComputeVisibility()
6{
7 
8  return true;
9};
10
11
Note: See TracBrowser for help on using the repository browser.