branch | pyrit |
changeset 87 | 1081e3dd3f3e |
parent 82 | 930a2d3ecaed |
child 88 | f7edb3b90816 |
--- a/include/sampler.h Sun Apr 27 19:56:23 2008 +0200 +++ b/include/sampler.h Sun Apr 27 22:55:17 2008 +0200 @@ -79,7 +79,7 @@ { int phase; int subsample; // 0,1 = no, 1+ = size of sampling grid - int oversample; // 0 = no, 1 = 5x, 2 = 9x, 3 = 16x + int oversample; // 0 = no, 1 = 4x, 2 = 9x, 3 = 16x int sx,sy,osa_samp; // current sample properties public: DefaultSampler(Float *abuffer, int &aw, int &ah):