Skip to content

Sample generators

alexus37 edited this page Oct 21, 2015 · 2 revisions

Sample generators

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.

Independent sampler (type="independent")

Description

This sampler is the most basic generator, it creates uniform distributed samples independent of each other.

Properties

Parameter Type Description
sampleCount integer The number of samples.

Code example

<sampler type="independent">
	<integer name="sampleCount" value="64"/>
</sampler>

ToDo

Clone this wiki locally