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

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

functional raycasting version

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