How to achieve an glow effect #6771
Unanswered
JonaNorman
asked this question in
Q&A
Replies: 1 comment 5 replies
-
This can be achieved by giving the gltf an emissive color and turning on the bloom post processing effect on the Filament View. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm an Android developer developing an AR app. There is a requirement for the model to have an glow effect, but I found that the glb models exported through C4D's Octane rendering engine do not have the glow effect.

Later on, I discovered that glb models do not support the glow effect and it needs to be achieved through post-processing effects. I found that Babylon.js can achieve the glow effect, and here's the demo address: https://playground.babylonjs.com/#7QCYPB.
I am curious about how to achieve this with Filament, and I look forward to your reply.
Beta Was this translation helpful? Give feedback.
All reactions