source:
trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.h
@
162
Revision 162, 323 bytes checked in by bittner, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _SamplingPreprocessor_H__ |
2 | #define _SamplingPreprocessor_H__ |
3 | |
4 | #include "Preprocessor.h" |
5 | |
6 | |
7 | /** Sampling based visibility preprocessing. The implementation is based on heuristical |
8 | sampling of view space */ |
9 | class SamplingPreprocessor : public Preprocessor { |
10 | public: |
11 | virtual bool ComputeVisibility(); |
12 | }; |
13 | |
14 | |
15 | |
16 | #endif |
Note: See TracBrowser
for help on using the repository browser.