Optional
afterOptional
beforePasses that should run after this pass
Optional
dirtyChecked by RenderManager to determine whether to render this frame. A frame is rendered if any pass is dirty. This can be set by the plugin/pass to indicate when to continue rendering. See ProgressivePlugin. This is different from setDirty which is implementation specific to the pass/plugin. It generally calls onDirty and set the viewer dirty.
Optional
materialOptional
onReadonly
passUnique id for the pass. Used to determine the order of passes in the pipeline.
Optional
requiredPasses that are required to be present in the pipeline to run this pass.
Optional
uniformsOptional
beforeThis function gets called at the beginning of every frame where this pass would be enabled.
Optional
onThis function gets called at the end of every frame where this pass would be enabled.
Optional
onCallback when the pass is registered with the render manager
Optional
onCallback when the pass is unregistered with the render manager
Optional
setSet the pass as dirty. This is implementation specific to the pass/plugin. It generally calls all onDirty and set the viewer dirty.
Passes that should run before this pass