three.js unrealbloom patch,resolved background images has unrealbloom effect.
npm install three
npm install unrealbloompatch
use it like unrealbloom in threejs
- import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass';
+ import { UnrealBloomPass } from 'unrealbloompatch';
// use like unrealbloom
....
Distributed under the MIT License. See LICENSE.txt
for more information.