#include "lux.h"#include "sampling.h"#include "scene.h"#include "transport.h"#include "volume.h"#include "film.h"Go to the source code of this file.
Namespaces | |
| namespace | lux |
Functions | |
| void | lux::StratifiedSample1D (const TsPack *tspack, float *samp, int nSamples, bool jitter) |
| void | lux::StratifiedSample2D (const TsPack *tspack, float *samp, int nx, int ny, bool jitter) |
| void | lux::Shuffle (const TsPack *tspack, float *samp, int count, int dims) |
| void | lux::LatinHypercube (const TsPack *tspack, float *samples, int nSamples, int nDim) |
1.6.2-20100208