Whether the Pass instance is active or not.
true
.
Whether the render method should target a WebGLRenderTarget instance, or the frame buffer.
false
.
The render method to extend in Pass implementations.
The WebGLRenderer instance in use.
The scene to render.
The camera to render the scene through.
The optional WebGLRenderTarget instance to write to.
The optional WebGLRenderTarget instance of a previous pass to write onto.
Optional
delta: numberThe time argument from the requestAnimationFrame.
This is the place where the desired effects or render operations are executed.
The resize method to extend in Pass implementations.
Width to resize to.
Height to resize to.
It resizes the render targets. Call on resize events.
Generated using TypeDoc
The interface for the Pass class.