super Element Reference

Brute force super sampling over the 2D unit interval, where sub-bin (sub-pixel) sampling is done via an auxillary generator. More...

Inheritance diagram for super:

generator

List of all members.

Attributes

unsigned int noSuperSamples
 Number of supersamples to generate per-bin (per-pixel).
string subGeneratorType
 Type of generator which should be used to generate all sub-bin (sub-pixel) sample points.


Detailed Description

Brute force super sampling over the 2D unit interval, where sub-bin (sub-pixel) sampling is done via an auxillary generator.

Note:
super corresponds to the underlying Milton class 'SuperSampleGenerator.'

Example usage:

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

Attribute Documentation

unsigned int super::noSuperSamples

Number of supersamples to generate per-bin (per-pixel).

typeunsigned integer
optionaltrue
default4

Type of generator which should be used to generate all sub-bin (sub-pixel) sample points.

Note:
should be one of uniform | stochastic | jittered
typestring
optionaltrue
defaultjittered


Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6