Force clip background. If this is true
clipBackground is overridden.
This happens when scene.background and scene.backgroundColor are both null.
This is set in ViewerRenderManager.render.
Readonly
isOutput Color Space Note: this is ignored when renderToScreen is false (it will take the color space of the render target)
Readonly
passUnique id for the pass. Used to determine the order of passes in the pipeline.
Passes that are required to be present in the pipeline to run this pass.
Static
Readonly
DEFAULT_renamed to isExtendedShaderPass
This function gets called at the beginning of every frame where this pass would be enabled.
This function gets called at the end of every frame where this pass would be enabled.
Optional
writeBuffer: null | WebGLRenderTarget | WebGLMultipleRenderTargetsOptional
readBuffer: WebGLRenderTarget | WebGLMultipleRenderTargetsOptional
deltaTime: numberOptional
maskActive: booleanOptional
writeBuffer: null | WebGLRenderTarget | WebGLMultipleRenderTargetsOptional
deltaTime: numberOptional
maskActive: booleanSet the pass as dirty. This is implementation specific to the pass/plugin. It generally calls all onDirty and set the viewer dirty.
to be called from beforeRender or onObjectRender or similar.
Optional
updater: IShaderPropertiesUpdater | (undefined | IShaderPropertiesUpdater)[]
Passes that should run before this pass