Import
FXAAPass is an addon, and must be imported explicitly, see Installation#Addons.
import { FXAAPass } from 'three/addons/postprocessing/FXAAPass.js';
Methods
.setSize( width : number, height : number )
Sets the size of the pass.
| width |
The width to set. |
| height |
The height to set. |
- Overrides: ShaderPass#setSize