output Element Reference

Records point samples as output from a renderer which may be used to conelement an output image on a local or distributed machine. More...

Inheritance diagram for output:

dynamic naive reconstruction

Detailed Description

Records point samples as output from a renderer which may be used to conelement an output image on a local or distributed machine.

Note:
Tonemapping as a post-process is currently not supported by Milton.

output corresponds to the underlying Milton class 'RendererOutput.'

Available output variants:

dynamic, naive, reconstruction

Example usage:

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

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

Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6