THREE.OutlinePass effect not visible in reflector

I’m using THREE.OutlinePass to make glow effect but reflector reflects mesh without outline. Is it possible to have glow reflected too?

reflect

What you try to achieve is currently not possible with OutlinePass and Reflector. Since the reflection is rendered before the outline effect, I’m afraid you have to implement a custom solution for this.

1 Like