Import
FullScreenQuad is an addon, and must be imported explicitly, see Installation#Addons.
import { FullScreenQuad } from 'three/addons/postprocessing/Pass.js';
Constructor
new FullScreenQuad( material : Material )
Constructs a new full screen quad.
| material |
The material to render te full screen quad with. |
Properties
Methods
.dispose()
Frees the GPU-related resources allocated by this instance. Call this method whenever the instance is no longer used in your app.
.render( renderer : WebGLRenderer )
Renders the full screen quad.
| renderer |
The renderer. |