Tresjs / post-processing

Post-processing library for TresJS
MIT License
35 stars 5 forks source link

depth of effects is wrong #32

Closed Tinoooo closed 1 year ago

Tinoooo commented 1 year ago

Describe the bug The effects seem to happen on a different layer. Examples would be the outside not being visible, the bloom being behind other objects and the glitch happening behind the object being glitched.

Reproduction See demos in playground.

Steps check demos in playground

Tinoooo commented 1 year ago

The cause for this issue is https://github.com/Tresjs/tres/issues/325. I will provide a hotfix in post-processing for now.