generator Element Reference

Generates point samples over the 2D unit interval [0,1]^2. More...

Inheritance diagram for generator:

dynamic jittered stochastic super uniform

Detailed Description

Generates point samples over the 2D unit interval [0,1]^2.

Used for choosing sample points on the film plane and within individual pixels for super-sampling. Also used for choosing the distribution of sample points on area lights sources when evaluating direct illumination.

Note:
generator corresponds to the underlying Milton class 'SampleGenerator.'

Available generator variants:

dynamic, uniform, stochastic, jittered, super
defaultjittered

Example usage:

"generator" : {
"type" : "super",
"noSuperSamples" : 64,
},

Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6