-
Notifications
You must be signed in to change notification settings - Fork 2
Sample generators
alexus37 edited this page Oct 21, 2015
·
2 revisions
For numerical approximation of high dimensional integral we need sample generators to produce samples in the unit square. Every scene needs at least one sampler.
This sampler is the most basic generator, it creates uniform distributed samples independent of each other.
Parameter | Type | Description |
---|---|---|
sampleCount | integer | The number of samples. |
<sampler type="independent">
<integer name="sampleCount" value="64"/>
</sampler>