pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
237 stars 16 forks source link

Always use color for bloom source #380

Open vorg opened 4 months ago

vorg commented 4 months ago

Assume color is HDR and you can combine threshold with emissive intensity > 1 so selecting color source is not needed. You can then drop emissive output buffer as well.