reconstruction Element Reference

Records point samples from a renderer and attempts to reconelement the underlying image by filtering samples with a reconstruction filter. More...

Inheritance diagram for reconstruction:

output

List of all members.

Attributes

filter filter
 2D, symmetric filter to use for reconstructing an approximation of the underlying image from the given point samples


Detailed Description

Records point samples from a renderer and attempts to reconelement the underlying image by filtering samples with a reconstruction filter.

Note:
reconstruction corresponds to the underlying Milton class 'ReconstructionRenderOutput.'

Example usage:

"output" : {
// render to GUI using a Lanczos reconstruction filter
"type" : "reconstruction",

"width" : 640,
"height" : 480,
"filter" : { "type" : "lanczosSinc", },
},

Attribute Documentation

2D, symmetric filter to use for reconstructing an approximation of the underlying image from the given point samples

typefilter
optionaltrue
defaultlanczosSinc


Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6