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

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

functional raycasting version

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