-
-
Couldn't load subscription status.
- Fork 36.1k
Description
Is your feature request related to a problem? Please describe.
I want to get the effect of Bloom similar to Babylon.js.
cx20/gltf-test#621
Describe the solution you'd like
I would like emissive color to be applied when the following glTF model is displayed.
https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/EmissiveStrengthTest
Describe alternatives you've considered
I have prepared a similar sample to compare whether three.js can achieve the same effect as Babylon.js.
Babylon.js Bloom Test : https://jsfiddle.net/cx20/ky0tcgr6/
three.js Bloom Test : https://jsfiddle.net/cx20/x1g2j07y/
However, in three.js, the emissive color set in the glTF model is not reflected, resulting in a white bloom effect.
Additional context
| Library | result |
|---|---|
| Babylon.js | ![]() |
| three.js | ![]() |

