Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 766 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 766 Bytes

unrealbloompatch

three.js unrealbloom patch

About The Project

three.js unrealbloom patch,resolved background images has unrealbloom effect.

install

npm install three
npm install unrealbloompatch

Usage

use it like unrealbloom in threejs

- import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass';
+ import { UnrealBloomPass } from 'unrealbloompatch'; 
// use like unrealbloom
....

License

Distributed under the MIT License. See LICENSE.txt for more information.