threejs-post-processing
v1.0.2
Published
post-processing module for threejs
Readme
threejs-post-processing
post-processing from three.js examples with ES6 modules
Install
npm install threejs-post-processing --save
Oryarn add threejs-post-processing --save
How to use
import { UnrealBloomPass, FXAAShader } from 'threejs-post-processing';
refer /example/BlurDemo.js
More examples: https://github.com/mrdoob/three.js/tree/dev/examples/js/postprocessing