Optional
__setProtected
_dirtyProtected
_shaderProtected
Optional
_viewerProtected
_viewerReadonly
extraThe priority of the material extension when applied to the material in ScreenPass set to very low priority, so applied at the end
Optional
uiStatic
Optional
Readonly
OldStatic
Readonly
PluginProtected
_onProtected
_storeOptional
meta: anyFunction to check if this material extension is compatible with the given material. If not compatible, the material extension will not be applied. This is only checked when the extension is registered.
The extension is assumed to be compatible if this function is not defined
Custom callback to extend/modify/replace shader code and other shader properties
Optional
meta: SerializationMetaType
Filmic Grain Plugin Adds an extension to ScreenPass material for applying filmic grain effect on the final buffer before rendering to screen. The intensity of the grain can be controlled with the
intensity
property and themultiply
property can be used to multiply the grain effect on the image instead of adding.