dynamic Element Reference
External plugin loaded dynamically at run-time. More...
Inheritance diagram for dynamic:

Detailed Description
External plugin loaded dynamically at run-time.
Example usage:
"renderer" : {
// example of external renderer plugin dynamically loaded at run-time
// path to dynamic library conforming to milton's plugin format
"path" : "photon/libphoton.so",
// arbitrary inputs to external renderer plugin, some of which may
// be shared by built-in renderers
"noRenderThreads" : 10,
"noDirectSamples" : 1,
"noSuperSamples" : 16,
"diffuseGatherRadius" : 50,
"causticGatherRadius" : 0,
},
Generated on 28 Feb 2009 for MiltonScenefileFormat by
1.5.6