The render method to extend in IPassManager's implementations. This is the place where the
desired setups and effect composing and chaining happen.
Parameters
renderer: WebGLRenderer
Rest...args: any[]
Returns void
setSize
setSize(width, height): void
The resize method to extend in Pass implementations
to resize the render targets to match
the size of the visible canvas. It should be called on resize events.
IPassManagerprovides a base interface for Pass managers like MapRenderingManager.