1.0.2 • Published 3 years ago

threejs-post-processing v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

threejs-post-processing

post-processing from three.js examples with ES6 modules

Install

npm install threejs-post-processing --save
Or
yarn 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